Changeset main,7 for main/Makefile
- Timestamp:
- 10/18/2007 12:00:50 AM (19 years ago)
- branch-nick:
- tui
- revision id:
- dsowen@fugue88.ws-20071018000050-30ib4wcvwq99r2hz
- File:
-
- 1 edited
-
main/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
main/Makefile
r5 r7 5 5 form2.so: LIBS := -lform 6 6 7 cdk_wrapper.so: LIBS := -lcdk 7 cdk_wrapper.so: LIBS := -lcdkw 8 8 9 9 %.so: %.c 10 10 rm -f $@ 11 gcc -shared -fPIC - o $@ $< $(LIBS) -Wall -pedantic11 gcc -shared -fPIC -Wall -pedantic -o $@ $< $(LIBS) 12 12 13 13 clean:
Note: See TracChangeset
for help on using the changeset viewer.
