source: trunk/src/core/make.inc @ 39

Last change on this file since 39 was 39, checked in by dkearney, 18 years ago

fixed rappture source's makefile to correctly compile core data structures RpVariable, RpNumber, RpString, RpChoice, RpOption, RpBoolean, RpAbout

File size: 87 bytes
Line 
1$(WORK_DIR)/Rp%.o: $(CORE_SRC)/Rp%.cc
2        $(CPP) -fPIC $(DEBUG) $(INCL_CORE) -o $@ -c $?
Note: See TracBrowser for help on using the repository browser.