diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-21 07:54:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-21 07:54:23 +0000 |
| commit | a648c05a7a2608e7e909317f5afe8427a0ea0d68 (patch) | |
| tree | 9a8355e87192adeec50ee7eaff227decc8af8ffd /c/Makefile.am | |
| parent | 474f689132d906a553bdc695d3c179652cbe8c53 (diff) | |
kill the c dir
Diffstat (limited to 'c/Makefile.am')
| -rw-r--r-- | c/Makefile.am | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/c/Makefile.am b/c/Makefile.am deleted file mode 100644 index cfde7b63..00000000 --- a/c/Makefile.am +++ /dev/null @@ -1,34 +0,0 @@ -localedir=$(datadir)/locale -scriptdir = $(libdir)/openbox/python - -CPPFLAGS=$(PYTHON_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \ --DLOCALEDIR=\"$(localedir)\" \ --DSCRIPTDIR=\"$(scriptdir)\" \ --DG_LOG_DOMAIN=\"Openbox\" - -LIBS=$(PYTHON_LIBS) $(GLIB_LIBS) @LIBS@ - -bin_PROGRAMS= ob3 - -ob3_LDADD=@LIBINTL@ -ob3_LDFLAGS=-export-dynamic -ob3_SOURCES=client.c event.c extensions.c focus.c frame.c openbox.c prop.c \ - python.c screen.c stacking.c xerror.c hooks.c eventdata.c obexport.c \ - clientwrap.c screenwrap.c kbind.c mbind.c - -noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \ - openbox.h prop.h python.h screen.h stacking.h xerror.h hooks.h \ - eventdata.h clientwrap.h obexport.h screenwrap.h kbind.h mbind.h - -MAINTAINERCLEANFILES= Makefile.in - -#if CVS -#ob3.i: $(wildcard *.h) -# @touch $@ - -#ob3_wrap.c: ob3.i -# $(SWIG) $(SWIG_PYTHON_OPT) $(filter -I%,$(CPPFLAGS)) -o $@ $< -#endif - -distclean-local: - $(RM) *\~ *.orig *.rej .\#* |
