📄 makefile.am
字号:
## $Header: /cvsroot/lesstif/lesstif/test/Xm/form/Makefile.am,v 1.59 2002/07/30 20:12:30 dannybackx Exp $#MAINTAINERCLEANFILES=Makefile.inAUX_OBJS =noinst_PROGRAMS= test1 test2 test3 test4 test5 test6 test7 test8 \ test9 test10 test11 test12 test13 test14 test15 test16 \ test17 test18 test19 test20 test21 test22 test23 test24 \ test25 test27 test28 test29 test30 test31 test32 test33 \ test34 test35 test36 test37 test38 test39 test40 test41 \ test42 test43 test44 test45 test46 test47 test48 test49 \ test50 test51 test52 test53 test54 test55 test56 \ test58 test59 test60 test61## The jump over test57 is on purpose. I (rws) actually have a test57# that shows a problem, but I haven't been able to get the test to# print it out!!! It is visual only, you have to look at the motif# version alongside the LessTif one to see the difference.EXTRA_DIST =noinst_HEADERS =LTTEST = $(top_builddir)/common/libLtTest.aLDADD = $(AUX_OBJS) \ $(top_builddir)/../lib/Xm$(version_suffix)/libXm.la $(XPLIB) \ $(LTTEST) \ ${X_LIBS} -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} INCLUDES= -I$(top_srcdir)/../include/Motif$(include_version_suffix) \ -I$(top_builddir)/../include/Motif$(include_version_suffix) \ -I$(top_srcdir)/../include/Motif-1.2 \ -I$(top_builddir)/../include/Motif-1.2 \ $(X_CFLAGS) $(LTTEST): ( cd $(top_builddir)/common ; $(MAKE) )SUFFIXES = .motif .moclean-local: rm -rf *.motif *.mo LessTif LessTif.sum LessTif.log site.exp xlab/*.p*if MotifTestsmotif_TESTS = $(OBJECTS:.o=.motif).c.mo: $(CC) $(DEFS) $(MOTIF_CFLAGS) $(X_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o $@ $< .mo.motif: ${LINK} $< $(AUX_OBJS) @MOTIF_LIBS@ $(LTTEST) ${X_LIBS} -lXm -lXt ${X_PRE_LIBS} -lX11 ${X_EXTRA_LIBS} motif-tests: ${motif_TESTS}${motif_TESTS}: $(AUX_OBJS)endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -