home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Source / GNU / make / make-3.74 / PB.project < prev    next >
Encoding:
Text File  |  1997-02-25  |  1.4 KB  |  59 lines

  1. {
  2.     APPCLASS = NSApplication; 
  3.     FILESTABLE = {
  4.         H_FILES = (
  5.             job.h, 
  6.             file.h, 
  7.             make.h, 
  8.             rule.h, 
  9.             variable.h, 
  10.             commands.h, 
  11.             getopt.h, 
  12.             signame.h, 
  13.             acconfig.h, 
  14.             dep.h, 
  15.             nt.h
  16.         ); 
  17.         OTHER_LINKED = (
  18.             alloca.c, 
  19.             ar.c, 
  20.             arscan.c, 
  21.             commands.c, 
  22.             default.c, 
  23.             dir.c, 
  24.             expand.c, 
  25.             file.c, 
  26.             function.c, 
  27.             getloadavg.c, 
  28.             getopt.c, 
  29.             getopt1.c, 
  30.             implicit.c, 
  31.             job.c, 
  32.             main.c, 
  33.             misc.c, 
  34.             next.c, 
  35.             read.c, 
  36.             readdir.c, 
  37.             remake.c, 
  38.             "remote-cstms.c", 
  39.             "remote-stub.c", 
  40.             rule.c, 
  41.             signame.c, 
  42.             variable.c, 
  43.             version.c, 
  44.             vpath.c, 
  45.             winfsinfo.c
  46.         ); 
  47.         OTHER_SOURCES = (configure, configure.in, Makefile.in, "nt-configure"); 
  48.         SUBPROJECTS = (glob); 
  49.     }; 
  50.     LANGUAGE = English; 
  51.     LOCALIZABLE_FILES = {}; 
  52.     NEXTSTEP_MAINNIB = "make-3.74"; 
  53.     PDO_UNIX_MAINNIB = "make-3.74"; 
  54.     PROJECTNAME = "make-3.74"; 
  55.     PROJECTTYPE = Legacy; 
  56.     PROJECTVERSION = 2.6; 
  57.     WINDOWS_MAINNIB = "make-3.74"; 
  58. }
  59.