Ignore:
Timestamp:
Apr 1, 2007, 5:17:12 PM (19 years ago)
Author:
cinc
Message:

Created C file emitter. Some fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/idl-compiler/Makefile

    r278 r292  
    1414HEMITTERDIR     =       ./h-emitter_c
    1515IHEMITTERDIR    =       ./ih-emitter_c
     16CEMITTERDIR     =       ./c-emitter_c
    1617
    1718CFLAGS          =       -Zmt -Zcrtdll -D__OS2__ -D__ST_MT_ERRNO__ -c -Wall
     
    3132                        $(OBJDIR)/emitter.o \
    3233                        $(OBJDIR)/open_outfile.o \
     34                        $(OBJDIR)/printdata.o \
    3335                        $(OBJDIR)/typespec_parser.o \
    3436                        $(OBJDIR)/method_parser.o \
     
    4345                        $(OBJDIR)/h_file_emitter.o \
    4446                        $(OBJDIR)/ih_file_emitter.o \
    45                         $(OBJDIR)/printdata.o
     47                        $(OBJDIR)/c_file_emitter.o
    4648
    4749
     
    8082        $(CC) -I $(INC) $(CFLAGS)  -o$@ $<
    8183
     84$(OBJDIR)/%.o:  $(CEMITTERDIR)/%.c $(INCDIR)/parser.h
     85        $(CC) -I $(INC) $(CFLAGS)  -o$@ $<
     86
    8287# Create the directories for temp files
    8388$(OBJDIR)/o.dep:
Note: See TracChangeset for help on using the changeset viewer.