1998-09-29 22:36:29 +00:00
|
|
|
## automake input file for WINGs
|
|
|
|
|
|
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
|
|
|
|
2001-07-24 12:05:09 +00:00
|
|
|
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
|
|
|
|
2001-10-04 03:07:34 +00:00
|
|
|
LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la @INTLIBS@
|
1998-09-29 22:36:29 +00:00
|
|
|
|
|
|
|
|
|
2001-01-18 19:21:56 +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 \
|
2001-03-20 23:46:57 +00:00
|
|
|
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 \
|
2001-04-19 01:04:48 +00:00
|
|
|
misc.c \
|
1998-09-29 22:36:29 +00:00
|
|
|
notification.c \
|
2001-09-06 00:55:18 +00:00
|
|
|
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 \
|
1999-09-09 13:46:59 +00:00
|
|
|
wappresource.c \
|
1999-04-24 20:08:20 +00:00
|
|
|
wballoon.c \
|
2000-11-09 13:19:42 +00:00
|
|
|
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 \
|
1999-09-16 02:55:56 +00:00
|
|
|
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 \
|
2001-09-06 00:55:18 +00:00
|
|
|
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 \
|
1999-12-14 01:07:24 +00:00
|
|
|
connection.c \
|
|
|
|
|
data.c \
|
1999-09-10 20:13:44 +00:00
|
|
|
error.c \
|
|
|
|
|
findfile.c \
|
2001-03-20 23:46:57 +00:00
|
|
|
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 \
|
2001-04-19 01:04:48 +00:00
|
|
|
misc.c \
|
2000-09-20 00:30:45 +00:00
|
|
|
notification.c \
|
2001-09-06 00:55:18 +00:00
|
|
|
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 \
|
2001-09-06 00:55:18 +00:00
|
|
|
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
|
|
|
|
2001-01-18 19:21:56 +00:00
|
|
|
INCLUDES = -I$(top_srcdir)/WINGs/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src \
|
1999-02-17 11:06:40 +00:00
|
|
|
-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\"" $<
|