home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Xconq 7.1.0 / src / xconq-7.1.0 / SelFile / Imakefile < prev    next >
Encoding:
Makefile  |  1996-07-07  |  473 b   |  28 lines  |  [TEXT/R*ch]

  1. #ifndef XCOMM
  2. #define XCOMM #
  3. #endif
  4.  
  5. XCOMM Imakefile for SelFile (pfp)
  6.  
  7.     CDEBUGFLAGS = -g
  8.  
  9.        INCLUDES = -I.
  10.    INSTALLFLAGS = $(INSTINCFLAGS)
  11.        LINTLIBS = $(LINTXTOLL) $(LINTXLIB) 
  12.  
  13. HEADERS = xpm.h
  14.   SRCS = SelFile.c Path.c Dir.c Draw.c
  15.   OBJS = SelFile.o Path.o Dir.o Draw.o
  16.  SELFILE_DEFINE = -DSELFILE -DHOME_ON_DEMAND
  17.  
  18. NormalLibraryObjectRule()
  19.  
  20. NormalLibraryTarget(Xgnu,$(OBJS))
  21. InstallLibrary(Xgnu,$(USRLIBDIR))
  22.  
  23. DependTarget()
  24.  
  25. depend:: SFinternal.h 
  26.  
  27.  
  28.