home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / NEXTARCH / MAKEFILE < prev    next >
Encoding:
Text File  |  1992-01-25  |  995 b   |  41 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = NeXTArchie
  11.  
  12. INTERFACES = FTPManager.nib Info.nib NeXTArchie.nib Preferences.nib
  13. CLASSES = ArchieServer.m CalendarView.m ClockView.m Date.m FTPManager.m \
  14.           MorphView.m MyBrowserCell.m PercentView.m ProsperoVLINK.m
  15. MFILES = NeXTArchie_main.m
  16. CFILES = aquery.c dirsend2.c pty.c
  17. APPICON = AppIcon.tiff
  18.  
  19.  
  20. SOURCEMODE = 444
  21.  
  22. LIBS = -lNeXT_s -lsys_s
  23. DEBUG_LIBS = $(LIBS)
  24. PROF_LIBS = -lNeXT_p -lsys_p
  25.  
  26. MAKEFILEDIR = /usr/lib/nib
  27. ICONSECTIONS =    -sectcreate __ICON app AppIcon.tiff
  28. APPWRAPPER = YES
  29. NOMACHO = YES
  30.  
  31. INSTALLDIR = $(HOME)/Apps
  32. INSTALLFLAGS = -c -s -m 755
  33.  
  34. -include Makefile.preamble
  35.  
  36. include $(MAKEFILEDIR)/app.make
  37.  
  38. -include Makefile.postamble
  39.  
  40. -include Makefile.dependencies
  41.