]> icculus.org git repositories - btb/d2x.git/blob - ui/Makefile.am
xcode stuff
[btb/d2x.git] / ui / Makefile.am
1 noinst_LIBRARIES = libui.a
2 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/arch/include
3 libui_a_SOURCES = \
4 barbox.c    button.c    checkbox.c  file.c      gadget.c    \
5 icon.c      inputbox.c  keypad.c    keypress.c  keytrap.c   \
6 listbox.c   menu.c      menubar.c   message.c   mouse.c     \
7 number.c    popup.c     radio.c     scroll.c    ui.c        \
8 uidraw.c    userbox.c   window.c
9
10 EXTRA_DIST = \
11 func.c     func.h      harderr.c   medfunc.c