[BACK]Return to makefile.tc CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Diff for /OpenXM_contrib/gnuplot/Attic/makefile.tc between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/01/09 17:00:53 version 1.1.1.2, 2003/09/15 07:09:23
Line 58  CFLAGS1 = -Ff=256 -f -m$(MODEL) -w- -Z -3 -f287 -d -G 
Line 58  CFLAGS1 = -Ff=256 -f -m$(MODEL) -w- -Z -3 -f287 -d -G 
 # HBB: try without -DLITE, to activate hidden-lining (for trying)  # HBB: try without -DLITE, to activate hidden-lining (for trying)
 #      and #define ANSI_C!  #      and #define ANSI_C!
 CFLAGS2 = -I$(TC)\include -DMSDOS=1 -DPC -DANSI_C -DREADLINE=1 -DHAVE_GETCWD -DHAVE_STRNICMP  CFLAGS2 = -I$(TC)\include -DMSDOS=1 -DPC -DANSI_C -DREADLINE=1 -DHAVE_GETCWD -DHAVE_STRNICMP
 CFLAGS3 = -DHAVE_SLEEP -DEXTERN_ERRNO -DHAVE_STRING_H -DHAVE_VALUES_H  CFLAGS3 = -DHAVE_SLEEP -DEXTERN_ERRNO -DHAVE_STRING_H -DHAVE_VALUES_H -DHAVE_STRICMP
   CFLAGS4 = -DHAVE_TIME_H -DHAVE_TIME_T_IN_TIME_H
   
 # separate set of FLAGS (both CFLAGS and LDFLAGS for the doc2xxx tools:  # separate set of FLAGS (both CFLAGS and LDFLAGS for the doc2xxx tools:
 DOC2XXX_FLAGS = -Idocs -Iterm @cflags.tc -ml -L$(TC)\lib  DOC2XXX_FLAGS = -Idocs -Iterm @cflags.tc -ml -L$(TC)\lib
Line 139  cflags.tc: makefile.tc
Line 140  cflags.tc: makefile.tc
         echo  >cflags.tc $(CFLAGS1)          echo  >cflags.tc $(CFLAGS1)
         echo >>cflags.tc $(CFLAGS2)          echo >>cflags.tc $(CFLAGS2)
         echo >>cflags.tc $(CFLAGS3)          echo >>cflags.tc $(CFLAGS3)
           echo >>cflags.tc $(CFLAGS4)
   
   
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>