Changeset 2696 for trunk/gsdl


Ignore:
Timestamp:
2001-08-13T11:56:33+12:00 (23 years ago)
Author:
jrm21
Message:

Removed reference to CC stuff, as we currently only need CXX compiler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/generate/Makefile.in

    r2659 r2696  
    2626###########################################################################
    2727
    28 CC = @CC@
    29 CFLAGS = @CFLAGS@
    3028CXX = @CXX@
    3129CXXFLAGS = @CXXFLAGS@
     
    3937GSDLOS = @gsdlos@
    4038
    41 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CCFLAGS)
    42 LINK = $(CC) $(LDFLAGS) -o $@
    43 
    44 .SUFFIXES:
    45 .SUFFIXES: .c .o
    46 .c.o:
    47     $(COMPILE) $<
    4839
    4940.SUFFIXES: .cpp .o
     
    7061
    7162depend:
    72     makedepend -Y -- $(DEFS) $(INCLUDES) $(CCFLAGS) -- $(SOURCES)
    73 
    74 
    75 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
     63    makedepend -Y -- $(DEFS) $(INCLUDES) $(CXXFLAGS) -- $(SOURCES)
    7664
    7765suffix : $(OBJECTS)
Note: See TracChangeset for help on using the changeset viewer.