Changeset 276 for trunk/idl-compiler/Makefile
- Timestamp:
- Mar 26, 2007, 10:27:23 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/idl-compiler/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/idl-compiler/Makefile
r275 r276 13 13 PARSERDIR = ./parser_c 14 14 HEMITTERDIR = ./h-emitter_c 15 IHEMITTERDIR = ./ih-emitter_c 15 16 16 17 CFLAGS = -Zmt -Zcrtdll -D__OS2__ -D__ST_MT_ERRNO__ -c -Wall … … 38 39 $(OBJDIR)/filestem_parser.o \ 39 40 $(OBJDIR)/h_file_emitter.o \ 41 $(OBJDIR)/ih_file_emitter.o \ 40 42 $(OBJDIR)/printdata.o 41 43 … … 72 74 $(CC) -I $(INC) $(CFLAGS) -o$@ $< 73 75 76 $(OBJDIR)/%.o: $(IHEMITTERDIR)/%.c $(INCDIR)/parser.h 77 $(CC) -I $(INC) $(CFLAGS) -o$@ $< 78 74 79 # Create the directories for temp files 75 80 $(OBJDIR)/o.dep:
Note:
See TracChangeset
for help on using the changeset viewer.
