diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-16 21:11:39 +0000 |
| commit | f8a47de5ec444c452093371e3db16857eb39a490 (patch) | |
| tree | 31db2567842d98232775f9980f7a8d2586c0ac71 /c/Makefile.am | |
| parent | 8ba0586bcbdc7fe9648f1063812126d71a041670 (diff) | |
merge the C branch into HEAD
Diffstat (limited to 'c/Makefile.am')
| -rw-r--r-- | c/Makefile.am | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/c/Makefile.am b/c/Makefile.am new file mode 100644 index 00000000..cfde7b63 --- /dev/null +++ b/c/Makefile.am @@ -0,0 +1,34 @@ +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 .\#* |
