diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 14:03:42 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 14:03:42 +0000 |
commit | 245f2ccea1875b950741782f7e74d2194f62d0b9 (patch) | |
tree | 8b209df3a780e26622c69825e20f32a1db8e5d98 /app/Makefile | |
parent | e35341882f42d7153bf02a0be8d4536b27cc0035 (diff) |
Build infrastructure for app
Diffstat (limited to 'app/Makefile')
-rw-r--r-- | app/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile new file mode 100644 index 000000000..6477625f1 --- /dev/null +++ b/app/Makefile @@ -0,0 +1,33 @@ +# $Xenocara: Makefile,v 1.6 2006/04/17 20:21:00 matthieu Exp $ + +SUBDIR= bdftopcf mkfontscale mkfontdir \ + appres beforelight bitmap editres fonttosfnt fslsfonts \ + fstobdf iceauth ico lbxproxy listres luit mkcfm oclock \ + proxymngr rgb rstart scripts sessreg setxkbmap showfont \ + smproxy twm viewres x11perf xauth xbiff xcalc \ + xclipboard xclock xcmsdb xconsole xdbedizzy \ + xditview xdm xdpyinfo xdriinfo xedit xev xeyes xf86dga \ + xfd xfindproxy xfontsel xfs xfsinfo xfwp xgamma xgc xhost \ + xinit xkbcomp xkbevd xkbprint xkbutils xkill xload xlogo \ + xlsatoms xlsclients xlsfonts xmag xman xmessage xmh \ + xmodmap xmore xphelloworld xplsprinters xpr xprehashprinterlist \ + xprop xrandr xrdb xrefresh xset xsetmode xsetpointer \ + xsetroot xsm xstdcmap xtrap xvidtune xvinfo xwd xwininfo \ + xwud + +# GL +SUBDIR += glxgears glxinfo + +# extras +SUBDIR += fvwm ssh-askpass wm2 xterm xidle xlockmore xvctl + +# External dependencies +# xcursorgen + +# Not yet autotoolized +# makepsres texteroids + +.include <bsd.subdir.mk> + +build: _SUBDIRUSE +update: _SUBDIRUSE |