]> Dogcows Code - chaz/openbox/commitdiff
build otk_test
authorDana Jansens <danakj@orodu.net>
Fri, 15 Nov 2002 00:23:33 +0000 (00:23 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 15 Nov 2002 00:23:33 +0000 (00:23 +0000)
otk/Makefile.am

index a31f10986cba0631740022b085fab2ec27426c59..f8614b66cbb933c4d2fbe9c3a8f8c6f91994c36f 100644 (file)
@@ -14,6 +14,9 @@ MAINTAINERCLEANFILES= Makefile.in
 distclean-local:
        rm -f *\~ *.orig *.rej .\#*
 
+otk_test:
+       $(CXX) $(CPPFLAGS) -DHAVE_CONFIG_H -I. -I. -I.. -I../src $(XFT_CFLAGS) -Wall -W -pedantic -DNDEBUG -g -O2 -o otk_test otk_test.cc $(XFT_LIBS) ./libotk.a 
+
 # local dependencies
 color.o: color.cc color.hh display.hh screeninfo.hh rect.hh
 gccache.o: gccache.cc gccache.hh display.hh color.hh assassin.hh \
This page took 0.023647 seconds and 4 git commands to generate.