More C-Functions (luci.cutil.instanceof, luci.cutil.pcdata)
[project/luci.git] / libs / core / Makefile
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 -f src/*.o