home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / GNUSRC.Z / t-nextpdo < prev    next >
Text File  |  1996-01-11  |  722b  |  17 lines

  1. # cccp.c is not fully compatible for PDO.
  2. CCCP = cccp-pdo
  3.  
  4. $(CCCP): $(CCCP).o cexp.o version.o obstack.o
  5.     $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(CCCP).o cexp.o \
  6.       version.o obstack.o
  7. $(CCCP).o: $(CCCP).c $(CONFIG_H) pcp.h version.c config.status
  8. # The reason we use $(libdir)/g++-include rather than using libsubdir
  9. # is for compatibility with the current version of libg++.
  10.     $(CC) $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
  11.       -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
  12.       -DGPLUSPLUS_INCLUDE_DIR=\"$(gxx_include_dir)\" \
  13.       -DLOCAL_INCLUDE_DIR=\"$(includedir)\" \
  14.       -DCROSS_INCLUDE_DIR=\"$(libsubdir)/sys-include\" \
  15.       -DTOOL_INCLUDE_DIR=\"$(tooldir)/include\" \
  16.       -c `echo $(srcdir)/$(CCCP).c | sed 's,^\./,,'`
  17.