Files
wmaker/WINGs/Makefile.am
T

116 lines
1.8 KiB
Makefile
Raw Normal View History

1998-09-29 22:36:29 +00:00
## automake input file for WINGs
AUTOMAKE_OPTIONS = no-dependencies
SUBDIRS = WINGs . po Documentation Resources Examples Extras Tests
1998-09-29 22:36:29 +00:00
1999-01-06 15:22:33 +00:00
#libWINGs_la_LDFLAGS = -version-info 1:1:0
1999-12-14 05:31:49 +00:00
bin_SCRIPTS = get-wings-flags get-wutil-flags
2000-05-21 16:15:56 +00:00
lib_LIBRARIES = libWINGs.a libWUtil.a
2000-04-09 21:46:54 +00:00
1998-09-29 22:36:29 +00:00
LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la @INTLIBS@
1998-09-29 22:36:29 +00:00
EXTRA_DIST = BUGS
1998-09-29 22:36:29 +00:00
# wbutton.c
libWINGs_a_SOURCES = \
2000-09-20 00:30:45 +00:00
array.c \
bagtree.c \
1998-09-29 22:36:29 +00:00
configuration.c \
2000-09-20 00:30:45 +00:00
connection.c \
data.c \
2000-03-28 02:30:13 +00:00
dragdestination.c \
dragsource.c \
2000-09-20 00:30:45 +00:00
error.c \
findfile.c \
handlers.c \
2000-09-20 00:30:45 +00:00
hashtable.c \
host.c \
1998-09-29 22:36:29 +00:00
international.c \
2000-09-20 00:30:45 +00:00
memory.c \
misc.c \
1998-09-29 22:36:29 +00:00
notification.c \
proplist.c \
1998-09-29 22:36:29 +00:00
selection.c \
2001-09-10 04:21:12 +00:00
snprintf.c \
2000-09-20 00:30:45 +00:00
string.c \
2001-01-11 02:35:21 +00:00
tree.c \
1998-09-29 22:36:29 +00:00
userdefaults.c \
2000-09-20 00:30:45 +00:00
usleep.c \
1998-09-29 22:36:29 +00:00
wapplication.c \
wappresource.c \
wballoon.c \
wbox.c \
1998-09-29 22:36:29 +00:00
wbrowser.c \
wbutton.c \
wcolor.c \
1999-01-25 19:06:50 +00:00
wcolorpanel.c \
1998-09-29 22:36:29 +00:00
wcolorwell.c \
2001-07-23 20:31:32 +00:00
wconfig.h \
1998-09-29 22:36:29 +00:00
wevent.c \
wfilepanel.c \
wframe.c \
wfont.c \
wfontpanel.c \
widgets.c \
2001-08-20 18:11:40 +00:00
winputmethod.c \
1998-09-29 22:36:29 +00:00
wlabel.c \
wlist.c \
1999-10-20 03:25:06 +00:00
wmenuitem.c \
1998-09-29 22:36:29 +00:00
wmisc.c \
wpanel.c \
wpixmap.c \
wpopupbutton.c \
wprogressindicator.c \
2000-07-13 23:48:02 +00:00
wruler.c \
1998-09-29 22:36:29 +00:00
wscroller.c \
wscrollview.c \
wslider.c \
wsplitview.c \
1999-05-15 17:38:05 +00:00
wtabview.c \
2000-07-13 23:48:02 +00:00
wtext.c \
1998-09-29 22:36:29 +00:00
wtextfield.c \
wview.c \
wwindow.c
1998-09-29 22:36:29 +00:00
1999-09-10 20:13:44 +00:00
libWUtil_a_SOURCES = \
2000-09-20 00:30:45 +00:00
array.c \
2000-03-28 02:30:13 +00:00
bagtree.c \
connection.c \
data.c \
1999-09-10 20:13:44 +00:00
error.c \
findfile.c \
handlers.c \
1999-09-10 20:13:44 +00:00
hashtable.c \
2000-09-20 00:30:45 +00:00
host.c \
international.c \
1999-09-10 20:13:44 +00:00
memory.c \
misc.c \
2000-09-20 00:30:45 +00:00
notification.c \
proplist.c \
2001-09-10 04:21:12 +00:00
snprintf.c \
2000-07-15 22:08:25 +00:00
string.c \
2001-01-11 02:35:21 +00:00
tree.c \
2000-09-20 00:30:45 +00:00
userdefaults.c \
usleep.c \
wapplication.c \
2001-07-23 20:31:32 +00:00
wconfig.h \
wutil.c
1999-09-10 20:13:44 +00:00
2001-07-23 20:31:32 +00:00
CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"
1999-09-10 20:13:44 +00:00
INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
-DRESOURCE_PATH=\"$(datadir)/WINGs\" @HEADER_SEARCH_PATH@ -DDEBUG
1998-09-29 22:36:29 +00:00
1999-05-30 04:52:05 +00:00
wcolorpanel.o: wcolorpanel.c
1999-05-30 14:34:12 +00:00
$(COMPILE) -c -DRGBTXT="\"@X_LIBRARY_PATH@/X11/rgb.txt\"" $<