diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2023-12-19 18:46:18 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2023-12-19 18:46:18 +0100 |
| commit | e9036281ebb3a5be97e42f56667bb8dfebc5b4fe (patch) | |
| tree | 4db07bedbeeb8b4d690a6bc8e4fe82ded153e701 /unrar/Makefile.unrar | |
| parent | 6d1c2e642eaf673e9e88ab08eacd5a6873659bcd (diff) | |
| download | tuxcmd-modules-e9036281ebb3a5be97e42f56667bb8dfebc5b4fe.tar.xz | |
unrar: Align with the unrar-6.2.12 release
Includes static and shared build.
Diffstat (limited to 'unrar/Makefile.unrar')
| -rw-r--r-- | unrar/Makefile.unrar | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/unrar/Makefile.unrar b/unrar/Makefile.unrar deleted file mode 100644 index c017bac..0000000 --- a/unrar/Makefile.unrar +++ /dev/null @@ -1,39 +0,0 @@ -# -# Makefile for UNIX - unrar -# -# Note: you have to 'make clean' before you can build -# the sfx module -# -# -# Modified for needs of tuxcmd VFS plugin -# - -# Linux using GCC -CXX=g++ -CXXFLAGS=-O2 -fPIC -g -DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRARDLL -DGUI - -########################## - -COMPILE=$(CXX) $(CXXFLAGS) $(DEFINES) -LINK=$(CXX) - -UNRAR_OBJ=filestr.o recvol.o rs.o scantree.o -LIB_OBJ=filestr.o scantree.o dll.o - -OBJECTS=rar.o strlist.o strfn.o pathfn.o int64.o savepos.o global.o file.o filefn.o filcreat.o \ - archive.o arcread.o unicode.o system.o isnt.o crypt.o crc.o rawread.o encname.o \ - resource.o match.o timefn.o rdwrfn.o consio.o options.o ulinks.o errhnd.o rarvm.o \ - rijndael.o getbits.o sha1.o extinfo.o extract.o volume.o list.o find.o unpack.o cmddata.o - -.cpp.o: - $(COMPILE) -c $< - -all: lib - -clean: - rm -f *.o *.bak *~ *.so *.d - -lib: $(OBJECTS) $(LIB_OBJ) -# @rm -f libunrar.so -# $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ) |
