root/luci/trunk/libs/core/Makefile
@
3798
| Revision 3798, 280 bytes (checked in by Cyrus, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | include ../../build/config.mk |
| 2 | include ../../build/module.mk |
| 3 | |
| 4 | %.o: %.c |
| 5 | $(COMPILE) $(LUA_CFLAGS) $(FPIC) -c -o $@ $< |
| 6 | |
| 7 | compile: src/luci_cutil.o |
| 8 | mkdir -p dist$(LUCI_LIBRARYDIR) |
| 9 | $(LINK) $(SHLIB_FLAGS) -o dist$(LUCI_LIBRARYDIR)/cutil.so src/luci_cutil.o |
| 10 | |
| 11 | clean: luaclean |
| 12 | rm src/*.o |
Note: See TracBrowser
for help on using the browser.
