]> Dogcows Code - chaz/openbox/blobdiff - build/Makefile.kernel
add function to give the minimum size of an appearance to fully render it's data
[chaz/openbox] / build / Makefile.kernel
index 69c8ac697c0546c9c5b2dbf26d21a4e8e77523f4..71492d89ecfb9c1850a53783a755c9e7ffda3dbd 100644 (file)
@@ -8,7 +8,7 @@ LIBS += $(GLIB_LIBS) $(GMODULE_LIBS) $(XFT_LIBS)
 LDFLAGS = -export-dynamic
 
 target = openbox3
-sources = action.c client.c config.c dispatch.c engine.c event.c \
+sources = action.c client.c dispatch.c engine.c event.c \
           extensions.c focus.c frame.c grab.c menu.c openbox.c \
           parse.c plugin.c prop.c screen.c stacking.c timer.c xerror.c \
           parse.lex.c parse.tab.c
@@ -25,6 +25,10 @@ all: $(target)
 $(target): $(objects) render/librender.a
        $(LINK) -o $@ $^ $(LIBS) $(LDFLAGS)
 
+# kill the implicit .c.y rule
+$(srcdir)/%.c: $(srcdir)/%.y
+       @
+
 $(dir)/%.o: $(srcdir)/%.c $(depdir)/%.d
        $(COMPILE) -c -o $@ $<
 
@@ -58,4 +62,4 @@ distclean:
 
 -include $(deps)
 
-.PHONY: kernel-install kernel-uninstall kernel-clean
+.PHONY: all install uninstall clean distclean
This page took 0.023068 seconds and 4 git commands to generate.