Changeset 292 for trunk/idl-compiler/Makefile
- Timestamp:
- Apr 1, 2007, 5:17:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/idl-compiler/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/Makefile
r278 r292 14 14 HEMITTERDIR = ./h-emitter_c 15 15 IHEMITTERDIR = ./ih-emitter_c 16 CEMITTERDIR = ./c-emitter_c 16 17 17 18 CFLAGS = -Zmt -Zcrtdll -D__OS2__ -D__ST_MT_ERRNO__ -c -Wall … … 31 32 $(OBJDIR)/emitter.o \ 32 33 $(OBJDIR)/open_outfile.o \ 34 $(OBJDIR)/printdata.o \ 33 35 $(OBJDIR)/typespec_parser.o \ 34 36 $(OBJDIR)/method_parser.o \ … … 43 45 $(OBJDIR)/h_file_emitter.o \ 44 46 $(OBJDIR)/ih_file_emitter.o \ 45 $(OBJDIR)/ printdata.o47 $(OBJDIR)/c_file_emitter.o 46 48 47 49 … … 80 82 $(CC) -I $(INC) $(CFLAGS) -o$@ $< 81 83 84 $(OBJDIR)/%.o: $(CEMITTERDIR)/%.c $(INCDIR)/parser.h 85 $(CC) -I $(INC) $(CFLAGS) -o$@ $< 86 82 87 # Create the directories for temp files 83 88 $(OBJDIR)/o.dep:
Note:
See TracChangeset
for help on using the changeset viewer.
