Lines 27-41
wmluiltok_SOURCES = wmluiltok.l
Link Here
|
27 |
wmluiltok_LDADD = @LEXLIB@ |
27 |
wmluiltok_LDADD = @LEXLIB@ |
28 |
|
28 |
|
29 |
wml_SOURCES = wml.c |
29 |
wml_SOURCES = wml.c |
30 |
wml_LDADD = -L. -lwml |
30 |
wml_LDADD = libwml.la |
31 |
wml_DEPENDENCIES = libwml.a |
|
|
32 |
|
31 |
|
33 |
wmldbcreate_LDADD = ../../lib/Xm/libXm.la |
32 |
wmldbcreate_LDADD = ../../lib/Xm/libXm.la |
34 |
|
33 |
|
35 |
INCLUDES = -I../../lib -I$(srcdir)/../../lib -I$(srcdir)/../../include ${X_CFLAGS} |
34 |
INCLUDES = -I../../lib -I$(srcdir)/../../lib -I$(srcdir)/../../include ${X_CFLAGS} |
36 |
|
35 |
|
37 |
noinst_LIBRARIES = libwml.a |
36 |
noinst_LTLIBRARIES = libwml.la |
38 |
libwml_a_SOURCES = wmlparse.y wml.c wmloutkey.c wmlouth.c wmloutmm.c wmloutp1.c wmlresolve.c wmlsynbld.c wmlutils.c |
37 |
libwml_la_SOURCES = wmlparse.y wmloutkey.c wmlouth.c wmloutmm.c wmloutp1.c wmlresolve.c wmlsynbld.c wmlutils.c |
39 |
|
38 |
|
40 |
wmlparse.c: wmllex.c |
39 |
wmlparse.c: wmllex.c |
41 |
|
40 |
|
Lines 66-72
motif.wmd: wmldbcreate
Link Here
|
66 |
./wmldbcreate -o motif.wmd |
65 |
./wmldbcreate -o motif.wmd |
67 |
|
66 |
|
68 |
clean-local: |
67 |
clean-local: |
69 |
$(RM) $(WMLTARGETS) $(WMDTABLE) $(REPORT) lex.yy.c libwml.a wml \ |
68 |
$(RM) $(WMLTARGETS) $(WMDTABLE) $(REPORT) lex.yy.c libwml.la wml \ |
70 |
*.mm *.sdml *.txt wmlparse.c wmlparse.h wmluiltok wmllex.c \ |
69 |
*.mm *.sdml *.txt wmlparse.c wmlparse.h wmluiltok wmllex.c \ |
71 |
tokens.dat DONE wmluiltok.c Uil.c Uil.h wml.report UilLexPars.[ch] ylwrap |
70 |
tokens.dat DONE wmluiltok.c Uil.c Uil.h wml.report UilLexPars.[ch] ylwrap |
72 |
|
71 |
|
73 |
- |
|
|
74 |
-- |
75 |
demos/doc/programGuide/ch05/Scale/Makefile.am | 2 +- |
72 |
demos/doc/programGuide/ch05/Scale/Makefile.am | 2 +- |
76 |
demos/doc/programGuide/ch06/combo_box/Makefile.am | 2 +- |
73 |
demos/doc/programGuide/ch06/combo_box/Makefile.am | 2 +- |
77 |
demos/doc/programGuide/ch06/spin_box/Makefile.am | 2 +- |
74 |
demos/doc/programGuide/ch06/spin_box/Makefile.am | 2 +- |
78 |
demos/doc/programGuide/ch08/Container/Makefile.am | 2 +- |
75 |
demos/doc/programGuide/ch08/Container/Makefile.am | 2 +- |
79 |
demos/doc/programGuide/ch08/Notebook/Makefile.am | 2 +- |
76 |
demos/doc/programGuide/ch08/Notebook/Makefile.am | 2 +- |
80 |
demos/doc/programGuide/ch16/Makefile.am | 2 +- |
77 |
demos/doc/programGuide/ch16/Makefile.am | 2 +- |
81 |
demos/doc/programGuide/ch17/simple_drag/Makefile.am | 2 +- |
78 |
demos/doc/programGuide/ch17/simple_drag/Makefile.am | 2 +- |
82 |
demos/doc/programGuide/ch17/simple_drop/Makefile.am | 2 +- |
79 |
demos/doc/programGuide/ch17/simple_drop/Makefile.am | 2 +- |
83 |
demos/lib/Xmd/Makefile.am | 6 +++--- |
80 |
demos/lib/Xmd/Makefile.am | 6 +++--- |
84 |
demos/programs/animate/Makefile.am | 2 +- |
81 |
demos/programs/animate/Makefile.am | 2 +- |
85 |
demos/programs/draw/Makefile.am | 2 +- |
82 |
demos/programs/draw/Makefile.am | 2 +- |
86 |
demos/programs/filemanager/Makefile.am | 2 +- |
83 |
demos/programs/filemanager/Makefile.am | 2 +- |
87 |
demos/programs/getsubres/Makefile.am | 2 +- |
84 |
demos/programs/getsubres/Makefile.am | 2 +- |
88 |
demos/programs/i18ninput/Makefile.am | 2 +- |
85 |
demos/programs/i18ninput/Makefile.am | 2 +- |
89 |
demos/programs/sampler2_0/Makefile.am | 2 +- |
86 |
demos/programs/sampler2_0/Makefile.am | 2 +- |
90 |
demos/programs/todo/Makefile.am | 2 +- |
87 |
demos/programs/todo/Makefile.am | 2 +- |
91 |
demos/unsupported/aicon/Makefile.am | 2 +- |
88 |
demos/unsupported/aicon/Makefile.am | 2 +- |
92 |
17 files changed, 19 insertions(+), 19 deletions(-) |
89 |
17 files changed, 19 insertions(+), 19 deletions(-) |