home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / utils / djtar / makefile < prev    next >
Encoding:
Makefile  |  1995-11-16  |  541 b   |  22 lines

  1. # Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details
  2. TOP = ..
  3.  
  4. LDFLAGS = -s
  5.  
  6. SRC += djtar.c
  7. EXTRA_FILES += $(BIN)/djtarx.exe
  8. EXTRA_FILES += $(BIN)/djtart.exe
  9.  
  10. include $(TOP)/../makefile.prg
  11.  
  12. $(BIN)/djtar.exe : oread.o unzip.o unlzw.o unlzh.o unpack.o inflate.o \
  13.     crypt.o util.o zmethod.o
  14.  
  15. $(BIN)/djtarx.exe : $(BIN)/stubify.exe
  16.     stubify -g $(BIN)/djtarx.exe
  17.     stubedit $(BIN)/djtarx.exe runfile=djtar
  18.  
  19. $(BIN)/djtart.exe : $(BIN)/stubify.exe
  20.     stubify -g $(BIN)/djtart.exe
  21.     stubedit $(BIN)/djtart.exe runfile=djtar
  22.