root/luci/trunk/libs/core/Makefile @ 3798

Revision 3798, 280 bytes (checked in by Cyrus, 4 years ago)

Integrate core C implementation

Line 
1include ../../build/config.mk
2include ../../build/module.mk
3
4%.o: %.c
5    $(COMPILE) $(LUA_CFLAGS) $(FPIC) -c -o $@ $<
6
7compile: 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
11clean: luaclean
12    rm src/*.o
Note: See TracBrowser for help on using the browser.