/apps/designer/Makefile.in

http://ftk.googlecode.com/ · Autoconf · 916 lines · 807 code · 89 blank · 20 comment · 169 complexity · 7ff6f551d121e66a65b72706ee240527 MD5 · raw file

  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. VPATH = @srcdir@
  15. pkgdatadir = $(datadir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkglibexecdir = $(libexecdir)/@PACKAGE@
  19. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  20. install_sh_DATA = $(install_sh) -c -m 644
  21. install_sh_PROGRAM = $(install_sh) -c
  22. install_sh_SCRIPT = $(install_sh) -c
  23. INSTALL_HEADER = $(INSTALL_DATA)
  24. transform = $(program_transform_name)
  25. NORMAL_INSTALL = :
  26. PRE_INSTALL = :
  27. POST_INSTALL = :
  28. NORMAL_UNINSTALL = :
  29. PRE_UNINSTALL = :
  30. POST_UNINSTALL = :
  31. build_triplet = @build@
  32. host_triplet = @host@
  33. noinst_PROGRAMS = designer$(EXEEXT)
  34. subdir = apps/designer
  35. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in TODO
  36. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  37. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  38. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  39. $(ACLOCAL_M4)
  40. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  41. CONFIG_HEADER = $(top_builddir)/config_ftk.h
  42. CONFIG_CLEAN_FILES =
  43. CONFIG_CLEAN_VPATH_FILES =
  44. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  45. am__vpath_adj = case $$p in \
  46. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  47. *) f=$$p;; \
  48. esac;
  49. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  50. am__install_max = 40
  51. am__nobase_strip_setup = \
  52. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  53. am__nobase_strip = \
  54. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  55. am__nobase_list = $(am__nobase_strip_setup); \
  56. for p in $$list; do echo "$$p $$p"; done | \
  57. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  58. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  59. if (++n[$$2] == $(am__install_max)) \
  60. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  61. END { for (dir in files) print dir, files[dir] }'
  62. am__base_list = \
  63. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  64. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  65. am__installdirs = "$(DESTDIR)$(libdir)"
  66. LTLIBRARIES = $(lib_LTLIBRARIES)
  67. libapp_designer_la_LIBADD =
  68. am_libapp_designer_la_OBJECTS = libapp_designer_la-code_gen.lo \
  69. libapp_designer_la-ftk_app_designer.lo \
  70. libapp_designer_la-widget_editor.lo \
  71. libapp_designer_la-widgets_info.lo libapp_designer_la-save.lo \
  72. libapp_designer_la-open.lo libapp_designer_la-select_file.lo
  73. libapp_designer_la_OBJECTS = $(am_libapp_designer_la_OBJECTS)
  74. libapp_designer_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  75. $(LIBTOOLFLAGS) --mode=link $(CCLD) \
  76. $(libapp_designer_la_CFLAGS) $(CFLAGS) \
  77. $(libapp_designer_la_LDFLAGS) $(LDFLAGS) -o $@
  78. PROGRAMS = $(noinst_PROGRAMS)
  79. am_designer_OBJECTS = designer-code_gen.$(OBJEXT) \
  80. designer-ftk_app_designer.$(OBJEXT) designer-main.$(OBJEXT) \
  81. designer-widget_editor.$(OBJEXT) \
  82. designer-widgets_info.$(OBJEXT) designer-save.$(OBJEXT) \
  83. designer-open.$(OBJEXT) designer-select_file.$(OBJEXT)
  84. designer_OBJECTS = $(am_designer_OBJECTS)
  85. designer_LDADD = $(LDADD)
  86. designer_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  87. --mode=link $(CCLD) $(designer_CFLAGS) $(CFLAGS) \
  88. $(designer_LDFLAGS) $(LDFLAGS) -o $@
  89. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  90. depcomp = $(SHELL) $(top_srcdir)/depcomp
  91. am__depfiles_maybe = depfiles
  92. am__mv = mv -f
  93. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  94. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  95. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  96. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  97. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  98. CCLD = $(CC)
  99. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  100. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  101. $(LDFLAGS) -o $@
  102. SOURCES = $(libapp_designer_la_SOURCES) $(designer_SOURCES)
  103. DIST_SOURCES = $(libapp_designer_la_SOURCES) $(designer_SOURCES)
  104. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  105. html-recursive info-recursive install-data-recursive \
  106. install-dvi-recursive install-exec-recursive \
  107. install-html-recursive install-info-recursive \
  108. install-pdf-recursive install-ps-recursive install-recursive \
  109. installcheck-recursive installdirs-recursive pdf-recursive \
  110. ps-recursive uninstall-recursive
  111. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  112. distclean-recursive maintainer-clean-recursive
  113. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  114. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  115. distdir
  116. ETAGS = etags
  117. CTAGS = ctags
  118. DIST_SUBDIRS = $(SUBDIRS)
  119. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  120. am__relativize = \
  121. dir0=`pwd`; \
  122. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  123. sed_rest='s,^[^/]*/*,,'; \
  124. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  125. sed_butlast='s,/*[^/]*$$,,'; \
  126. while test -n "$$dir1"; do \
  127. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  128. if test "$$first" != "."; then \
  129. if test "$$first" = ".."; then \
  130. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  131. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  132. else \
  133. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  134. if test "$$first2" = "$$first"; then \
  135. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  136. else \
  137. dir2="../$$dir2"; \
  138. fi; \
  139. dir0="$$dir0"/"$$first"; \
  140. fi; \
  141. fi; \
  142. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  143. done; \
  144. reldir="$$dir2"
  145. ACLOCAL = @ACLOCAL@
  146. AMTAR = @AMTAR@
  147. AR = @AR@
  148. AUTOCONF = @AUTOCONF@
  149. AUTOHEADER = @AUTOHEADER@
  150. AUTOMAKE = @AUTOMAKE@
  151. AWK = @AWK@
  152. CATALOGS = @CATALOGS@
  153. CATOBJEXT = @CATOBJEXT@
  154. CC = @CC@
  155. CCDEPMODE = @CCDEPMODE@
  156. CFLAGS = @CFLAGS@
  157. CPP = @CPP@
  158. CPPFLAGS = @CPPFLAGS@
  159. CXX = @CXX@
  160. CXXCPP = @CXXCPP@
  161. CXXDEPMODE = @CXXDEPMODE@
  162. CXXFLAGS = @CXXFLAGS@
  163. CYGPATH_W = @CYGPATH_W@
  164. DATADIRNAME = @DATADIRNAME@
  165. DEFS = @DEFS@
  166. DEPDIR = @DEPDIR@
  167. DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
  168. DIRECTFB_LIBS = @DIRECTFB_LIBS@
  169. DLLTOOL = @DLLTOOL@
  170. DSYMUTIL = @DSYMUTIL@
  171. DUMPBIN = @DUMPBIN@
  172. ECHO_C = @ECHO_C@
  173. ECHO_N = @ECHO_N@
  174. ECHO_T = @ECHO_T@
  175. EGREP = @EGREP@
  176. EXEEXT = @EXEEXT@
  177. FGREP = @FGREP@
  178. GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
  179. GMOFILES = @GMOFILES@
  180. GMSGFMT = @GMSGFMT@
  181. GREP = @GREP@
  182. GTKDOC_CHECK = @GTKDOC_CHECK@
  183. GTKDOC_MKPDF = @GTKDOC_MKPDF@
  184. GTKDOC_REBASE = @GTKDOC_REBASE@
  185. HTML_DIR = @HTML_DIR@
  186. INSTALL = @INSTALL@
  187. INSTALL_DATA = @INSTALL_DATA@
  188. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  189. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  190. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  191. INSTOBJEXT = @INSTOBJEXT@
  192. INTLLIBS = @INTLLIBS@
  193. LD = @LD@
  194. LDFLAGS = @LDFLAGS@
  195. LIBOBJS = @LIBOBJS@
  196. LIBS = @LIBS@
  197. LIBTOOL = @LIBTOOL@
  198. LIPO = @LIPO@
  199. LN_S = @LN_S@
  200. LTLIBOBJS = @LTLIBOBJS@
  201. MAKEINFO = @MAKEINFO@
  202. MANIFEST_TOOL = @MANIFEST_TOOL@
  203. MKDIR_P = @MKDIR_P@
  204. MKINSTALLDIRS = @MKINSTALLDIRS@
  205. MSGFMT = @MSGFMT@
  206. MSGFMT_OPTS = @MSGFMT_OPTS@
  207. NM = @NM@
  208. NMEDIT = @NMEDIT@
  209. OBJDUMP = @OBJDUMP@
  210. OBJEXT = @OBJEXT@
  211. OTOOL = @OTOOL@
  212. OTOOL64 = @OTOOL64@
  213. PACKAGE = @PACKAGE@
  214. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  215. PACKAGE_NAME = @PACKAGE_NAME@
  216. PACKAGE_STRING = @PACKAGE_STRING@
  217. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  218. PACKAGE_URL = @PACKAGE_URL@
  219. PACKAGE_VERSION = @PACKAGE_VERSION@
  220. PATH_SEPARATOR = @PATH_SEPARATOR@
  221. PKG_CONFIG = @PKG_CONFIG@
  222. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  223. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  224. POFILES = @POFILES@
  225. POSUB = @POSUB@
  226. PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
  227. PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
  228. RANLIB = @RANLIB@
  229. SED = @SED@
  230. SET_MAKE = @SET_MAKE@
  231. SHELL = @SHELL@
  232. STRIP = @STRIP@
  233. USE_NLS = @USE_NLS@
  234. VERSION = @VERSION@
  235. XGETTEXT = @XGETTEXT@
  236. abs_builddir = @abs_builddir@
  237. abs_srcdir = @abs_srcdir@
  238. abs_top_builddir = @abs_top_builddir@
  239. abs_top_srcdir = @abs_top_srcdir@
  240. ac_ct_AR = @ac_ct_AR@
  241. ac_ct_CC = @ac_ct_CC@
  242. ac_ct_CXX = @ac_ct_CXX@
  243. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  244. am__include = @am__include@
  245. am__leading_dot = @am__leading_dot@
  246. am__quote = @am__quote@
  247. am__tar = @am__tar@
  248. am__untar = @am__untar@
  249. bindir = @bindir@
  250. build = @build@
  251. build_alias = @build_alias@
  252. build_cpu = @build_cpu@
  253. build_os = @build_os@
  254. build_vendor = @build_vendor@
  255. builddir = @builddir@
  256. datadir = @datadir@
  257. datarootdir = @datarootdir@
  258. docdir = @docdir@
  259. dvidir = @dvidir@
  260. exec_prefix = @exec_prefix@
  261. host = @host@
  262. host_alias = @host_alias@
  263. host_cpu = @host_cpu@
  264. host_os = @host_os@
  265. host_vendor = @host_vendor@
  266. htmldir = @htmldir@
  267. includedir = @includedir@
  268. infodir = @infodir@
  269. install_sh = @install_sh@
  270. libdir = @libdir@
  271. libexecdir = @libexecdir@
  272. localedir = @localedir@
  273. localstatedir = @localstatedir@
  274. mandir = @mandir@
  275. mkdir_p = @mkdir_p@
  276. oldincludedir = @oldincludedir@
  277. pdfdir = @pdfdir@
  278. prefix = @prefix@
  279. program_transform_name = @program_transform_name@
  280. psdir = @psdir@
  281. sbindir = @sbindir@
  282. sharedstatedir = @sharedstatedir@
  283. srcdir = @srcdir@
  284. sysconfdir = @sysconfdir@
  285. target_alias = @target_alias@
  286. top_build_prefix = @top_build_prefix@
  287. top_builddir = @top_builddir@
  288. top_srcdir = @top_srcdir@
  289. SUBDIRS = icons data
  290. LOCAL_CFLAGS = -DAPP_DATA_DIR="\"$(datadir)/ftk/designer\"" -DAPP_LOCAL_DATA_DIR="\"$(srcdir)\"" \
  291. -I$(abs_top_srcdir)/apps/common
  292. lib_LTLIBRARIES = libapp-designer.la
  293. libapp_designer_la_SOURCES = code_gen.c ftk_app_designer.c widget_editor.c widgets_info.c save.c open.c select_file.c
  294. libapp_designer_la_LDFLAGS = $(MYLDFLAGS)
  295. libapp_designer_la_CFLAGS = $(LOCAL_CFLAGS)
  296. designer_SOURCES = code_gen.c ftk_app_designer.c main.c widget_editor.c widgets_info.c save.c open.c select_file.c
  297. designer_LDFLAGS = $(MYLDFLAGS)
  298. designer_CFLAGS = $(LOCAL_CFLAGS) -DHAS_MAIN
  299. EXTRA_DIST = ftk_app_designer.h
  300. all: all-recursive
  301. .SUFFIXES:
  302. .SUFFIXES: .c .lo .o .obj
  303. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  304. @for dep in $?; do \
  305. case '$(am__configure_deps)' in \
  306. *$$dep*) \
  307. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  308. && { if test -f $@; then exit 0; else break; fi; }; \
  309. exit 1;; \
  310. esac; \
  311. done; \
  312. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu apps/designer/Makefile'; \
  313. $(am__cd) $(top_srcdir) && \
  314. $(AUTOMAKE) --gnu apps/designer/Makefile
  315. .PRECIOUS: Makefile
  316. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  317. @case '$?' in \
  318. *config.status*) \
  319. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  320. *) \
  321. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  322. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  323. esac;
  324. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  325. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  326. $(top_srcdir)/configure: $(am__configure_deps)
  327. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  328. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  329. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  330. $(am__aclocal_m4_deps):
  331. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  332. @$(NORMAL_INSTALL)
  333. test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  334. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  335. list2=; for p in $$list; do \
  336. if test -f $$p; then \
  337. list2="$$list2 $$p"; \
  338. else :; fi; \
  339. done; \
  340. test -z "$$list2" || { \
  341. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  342. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  343. }
  344. uninstall-libLTLIBRARIES:
  345. @$(NORMAL_UNINSTALL)
  346. @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  347. for p in $$list; do \
  348. $(am__strip_dir) \
  349. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  350. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  351. done
  352. clean-libLTLIBRARIES:
  353. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  354. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  355. dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  356. test "$$dir" != "$$p" || dir=.; \
  357. echo "rm -f \"$${dir}/so_locations\""; \
  358. rm -f "$${dir}/so_locations"; \
  359. done
  360. libapp-designer.la: $(libapp_designer_la_OBJECTS) $(libapp_designer_la_DEPENDENCIES)
  361. $(libapp_designer_la_LINK) -rpath $(libdir) $(libapp_designer_la_OBJECTS) $(libapp_designer_la_LIBADD) $(LIBS)
  362. clean-noinstPROGRAMS:
  363. @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
  364. echo " rm -f" $$list; \
  365. rm -f $$list || exit $$?; \
  366. test -n "$(EXEEXT)" || exit 0; \
  367. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  368. echo " rm -f" $$list; \
  369. rm -f $$list
  370. designer$(EXEEXT): $(designer_OBJECTS) $(designer_DEPENDENCIES)
  371. @rm -f designer$(EXEEXT)
  372. $(designer_LINK) $(designer_OBJECTS) $(designer_LDADD) $(LIBS)
  373. mostlyclean-compile:
  374. -rm -f *.$(OBJEXT)
  375. distclean-compile:
  376. -rm -f *.tab.c
  377. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/designer-code_gen.Po@am__quote@
  378. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/designer-ftk_app_designer.Po@am__quote@
  379. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/designer-main.Po@am__quote@
  380. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/designer-open.Po@am__quote@
  381. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/designer-save.Po@am__quote@
  382. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/designer-select_file.Po@am__quote@
  383. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/designer-widget_editor.Po@am__quote@
  384. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/designer-widgets_info.Po@am__quote@
  385. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libapp_designer_la-code_gen.Plo@am__quote@
  386. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libapp_designer_la-ftk_app_designer.Plo@am__quote@
  387. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libapp_designer_la-open.Plo@am__quote@
  388. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libapp_designer_la-save.Plo@am__quote@
  389. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libapp_designer_la-select_file.Plo@am__quote@
  390. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libapp_designer_la-widget_editor.Plo@am__quote@
  391. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libapp_designer_la-widgets_info.Plo@am__quote@
  392. .c.o:
  393. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  394. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  395. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  396. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  397. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  398. .c.obj:
  399. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  400. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  401. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  402. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  403. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  404. .c.lo:
  405. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  406. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  407. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  408. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  409. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  410. libapp_designer_la-code_gen.lo: code_gen.c
  411. @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -MT libapp_designer_la-code_gen.lo -MD -MP -MF $(DEPDIR)/libapp_designer_la-code_gen.Tpo -c -o libapp_designer_la-code_gen.lo `test -f 'code_gen.c' || echo '$(srcdir)/'`code_gen.c
  412. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libapp_designer_la-code_gen.Tpo $(DEPDIR)/libapp_designer_la-code_gen.Plo
  413. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='code_gen.c' object='libapp_designer_la-code_gen.lo' libtool=yes @AMDEPBACKSLASH@
  414. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  415. @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -c -o libapp_designer_la-code_gen.lo `test -f 'code_gen.c' || echo '$(srcdir)/'`code_gen.c
  416. libapp_designer_la-ftk_app_designer.lo: ftk_app_designer.c
  417. @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -MT libapp_designer_la-ftk_app_designer.lo -MD -MP -MF $(DEPDIR)/libapp_designer_la-ftk_app_designer.Tpo -c -o libapp_designer_la-ftk_app_designer.lo `test -f 'ftk_app_designer.c' || echo '$(srcdir)/'`ftk_app_designer.c
  418. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libapp_designer_la-ftk_app_designer.Tpo $(DEPDIR)/libapp_designer_la-ftk_app_designer.Plo
  419. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ftk_app_designer.c' object='libapp_designer_la-ftk_app_designer.lo' libtool=yes @AMDEPBACKSLASH@
  420. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  421. @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -c -o libapp_designer_la-ftk_app_designer.lo `test -f 'ftk_app_designer.c' || echo '$(srcdir)/'`ftk_app_designer.c
  422. libapp_designer_la-widget_editor.lo: widget_editor.c
  423. @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -MT libapp_designer_la-widget_editor.lo -MD -MP -MF $(DEPDIR)/libapp_designer_la-widget_editor.Tpo -c -o libapp_designer_la-widget_editor.lo `test -f 'widget_editor.c' || echo '$(srcdir)/'`widget_editor.c
  424. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libapp_designer_la-widget_editor.Tpo $(DEPDIR)/libapp_designer_la-widget_editor.Plo
  425. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='widget_editor.c' object='libapp_designer_la-widget_editor.lo' libtool=yes @AMDEPBACKSLASH@
  426. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  427. @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -c -o libapp_designer_la-widget_editor.lo `test -f 'widget_editor.c' || echo '$(srcdir)/'`widget_editor.c
  428. libapp_designer_la-widgets_info.lo: widgets_info.c
  429. @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -MT libapp_designer_la-widgets_info.lo -MD -MP -MF $(DEPDIR)/libapp_designer_la-widgets_info.Tpo -c -o libapp_designer_la-widgets_info.lo `test -f 'widgets_info.c' || echo '$(srcdir)/'`widgets_info.c
  430. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libapp_designer_la-widgets_info.Tpo $(DEPDIR)/libapp_designer_la-widgets_info.Plo
  431. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='widgets_info.c' object='libapp_designer_la-widgets_info.lo' libtool=yes @AMDEPBACKSLASH@
  432. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  433. @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -c -o libapp_designer_la-widgets_info.lo `test -f 'widgets_info.c' || echo '$(srcdir)/'`widgets_info.c
  434. libapp_designer_la-save.lo: save.c
  435. @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -MT libapp_designer_la-save.lo -MD -MP -MF $(DEPDIR)/libapp_designer_la-save.Tpo -c -o libapp_designer_la-save.lo `test -f 'save.c' || echo '$(srcdir)/'`save.c
  436. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libapp_designer_la-save.Tpo $(DEPDIR)/libapp_designer_la-save.Plo
  437. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='save.c' object='libapp_designer_la-save.lo' libtool=yes @AMDEPBACKSLASH@
  438. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  439. @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -c -o libapp_designer_la-save.lo `test -f 'save.c' || echo '$(srcdir)/'`save.c
  440. libapp_designer_la-open.lo: open.c
  441. @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -MT libapp_designer_la-open.lo -MD -MP -MF $(DEPDIR)/libapp_designer_la-open.Tpo -c -o libapp_designer_la-open.lo `test -f 'open.c' || echo '$(srcdir)/'`open.c
  442. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libapp_designer_la-open.Tpo $(DEPDIR)/libapp_designer_la-open.Plo
  443. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='open.c' object='libapp_designer_la-open.lo' libtool=yes @AMDEPBACKSLASH@
  444. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  445. @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -c -o libapp_designer_la-open.lo `test -f 'open.c' || echo '$(srcdir)/'`open.c
  446. libapp_designer_la-select_file.lo: select_file.c
  447. @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -MT libapp_designer_la-select_file.lo -MD -MP -MF $(DEPDIR)/libapp_designer_la-select_file.Tpo -c -o libapp_designer_la-select_file.lo `test -f 'select_file.c' || echo '$(srcdir)/'`select_file.c
  448. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libapp_designer_la-select_file.Tpo $(DEPDIR)/libapp_designer_la-select_file.Plo
  449. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='select_file.c' object='libapp_designer_la-select_file.lo' libtool=yes @AMDEPBACKSLASH@
  450. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  451. @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libapp_designer_la_CFLAGS) $(CFLAGS) -c -o libapp_designer_la-select_file.lo `test -f 'select_file.c' || echo '$(srcdir)/'`select_file.c
  452. designer-code_gen.o: code_gen.c
  453. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-code_gen.o -MD -MP -MF $(DEPDIR)/designer-code_gen.Tpo -c -o designer-code_gen.o `test -f 'code_gen.c' || echo '$(srcdir)/'`code_gen.c
  454. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-code_gen.Tpo $(DEPDIR)/designer-code_gen.Po
  455. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='code_gen.c' object='designer-code_gen.o' libtool=no @AMDEPBACKSLASH@
  456. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  457. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-code_gen.o `test -f 'code_gen.c' || echo '$(srcdir)/'`code_gen.c
  458. designer-code_gen.obj: code_gen.c
  459. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-code_gen.obj -MD -MP -MF $(DEPDIR)/designer-code_gen.Tpo -c -o designer-code_gen.obj `if test -f 'code_gen.c'; then $(CYGPATH_W) 'code_gen.c'; else $(CYGPATH_W) '$(srcdir)/code_gen.c'; fi`
  460. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-code_gen.Tpo $(DEPDIR)/designer-code_gen.Po
  461. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='code_gen.c' object='designer-code_gen.obj' libtool=no @AMDEPBACKSLASH@
  462. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  463. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-code_gen.obj `if test -f 'code_gen.c'; then $(CYGPATH_W) 'code_gen.c'; else $(CYGPATH_W) '$(srcdir)/code_gen.c'; fi`
  464. designer-ftk_app_designer.o: ftk_app_designer.c
  465. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-ftk_app_designer.o -MD -MP -MF $(DEPDIR)/designer-ftk_app_designer.Tpo -c -o designer-ftk_app_designer.o `test -f 'ftk_app_designer.c' || echo '$(srcdir)/'`ftk_app_designer.c
  466. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-ftk_app_designer.Tpo $(DEPDIR)/designer-ftk_app_designer.Po
  467. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ftk_app_designer.c' object='designer-ftk_app_designer.o' libtool=no @AMDEPBACKSLASH@
  468. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  469. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-ftk_app_designer.o `test -f 'ftk_app_designer.c' || echo '$(srcdir)/'`ftk_app_designer.c
  470. designer-ftk_app_designer.obj: ftk_app_designer.c
  471. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-ftk_app_designer.obj -MD -MP -MF $(DEPDIR)/designer-ftk_app_designer.Tpo -c -o designer-ftk_app_designer.obj `if test -f 'ftk_app_designer.c'; then $(CYGPATH_W) 'ftk_app_designer.c'; else $(CYGPATH_W) '$(srcdir)/ftk_app_designer.c'; fi`
  472. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-ftk_app_designer.Tpo $(DEPDIR)/designer-ftk_app_designer.Po
  473. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ftk_app_designer.c' object='designer-ftk_app_designer.obj' libtool=no @AMDEPBACKSLASH@
  474. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  475. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-ftk_app_designer.obj `if test -f 'ftk_app_designer.c'; then $(CYGPATH_W) 'ftk_app_designer.c'; else $(CYGPATH_W) '$(srcdir)/ftk_app_designer.c'; fi`
  476. designer-main.o: main.c
  477. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-main.o -MD -MP -MF $(DEPDIR)/designer-main.Tpo -c -o designer-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
  478. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-main.Tpo $(DEPDIR)/designer-main.Po
  479. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main.c' object='designer-main.o' libtool=no @AMDEPBACKSLASH@
  480. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  481. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
  482. designer-main.obj: main.c
  483. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-main.obj -MD -MP -MF $(DEPDIR)/designer-main.Tpo -c -o designer-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
  484. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-main.Tpo $(DEPDIR)/designer-main.Po
  485. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main.c' object='designer-main.obj' libtool=no @AMDEPBACKSLASH@
  486. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  487. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
  488. designer-widget_editor.o: widget_editor.c
  489. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-widget_editor.o -MD -MP -MF $(DEPDIR)/designer-widget_editor.Tpo -c -o designer-widget_editor.o `test -f 'widget_editor.c' || echo '$(srcdir)/'`widget_editor.c
  490. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-widget_editor.Tpo $(DEPDIR)/designer-widget_editor.Po
  491. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='widget_editor.c' object='designer-widget_editor.o' libtool=no @AMDEPBACKSLASH@
  492. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  493. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-widget_editor.o `test -f 'widget_editor.c' || echo '$(srcdir)/'`widget_editor.c
  494. designer-widget_editor.obj: widget_editor.c
  495. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-widget_editor.obj -MD -MP -MF $(DEPDIR)/designer-widget_editor.Tpo -c -o designer-widget_editor.obj `if test -f 'widget_editor.c'; then $(CYGPATH_W) 'widget_editor.c'; else $(CYGPATH_W) '$(srcdir)/widget_editor.c'; fi`
  496. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-widget_editor.Tpo $(DEPDIR)/designer-widget_editor.Po
  497. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='widget_editor.c' object='designer-widget_editor.obj' libtool=no @AMDEPBACKSLASH@
  498. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  499. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-widget_editor.obj `if test -f 'widget_editor.c'; then $(CYGPATH_W) 'widget_editor.c'; else $(CYGPATH_W) '$(srcdir)/widget_editor.c'; fi`
  500. designer-widgets_info.o: widgets_info.c
  501. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-widgets_info.o -MD -MP -MF $(DEPDIR)/designer-widgets_info.Tpo -c -o designer-widgets_info.o `test -f 'widgets_info.c' || echo '$(srcdir)/'`widgets_info.c
  502. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-widgets_info.Tpo $(DEPDIR)/designer-widgets_info.Po
  503. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='widgets_info.c' object='designer-widgets_info.o' libtool=no @AMDEPBACKSLASH@
  504. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  505. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-widgets_info.o `test -f 'widgets_info.c' || echo '$(srcdir)/'`widgets_info.c
  506. designer-widgets_info.obj: widgets_info.c
  507. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-widgets_info.obj -MD -MP -MF $(DEPDIR)/designer-widgets_info.Tpo -c -o designer-widgets_info.obj `if test -f 'widgets_info.c'; then $(CYGPATH_W) 'widgets_info.c'; else $(CYGPATH_W) '$(srcdir)/widgets_info.c'; fi`
  508. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-widgets_info.Tpo $(DEPDIR)/designer-widgets_info.Po
  509. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='widgets_info.c' object='designer-widgets_info.obj' libtool=no @AMDEPBACKSLASH@
  510. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  511. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-widgets_info.obj `if test -f 'widgets_info.c'; then $(CYGPATH_W) 'widgets_info.c'; else $(CYGPATH_W) '$(srcdir)/widgets_info.c'; fi`
  512. designer-save.o: save.c
  513. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-save.o -MD -MP -MF $(DEPDIR)/designer-save.Tpo -c -o designer-save.o `test -f 'save.c' || echo '$(srcdir)/'`save.c
  514. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-save.Tpo $(DEPDIR)/designer-save.Po
  515. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='save.c' object='designer-save.o' libtool=no @AMDEPBACKSLASH@
  516. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  517. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-save.o `test -f 'save.c' || echo '$(srcdir)/'`save.c
  518. designer-save.obj: save.c
  519. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-save.obj -MD -MP -MF $(DEPDIR)/designer-save.Tpo -c -o designer-save.obj `if test -f 'save.c'; then $(CYGPATH_W) 'save.c'; else $(CYGPATH_W) '$(srcdir)/save.c'; fi`
  520. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-save.Tpo $(DEPDIR)/designer-save.Po
  521. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='save.c' object='designer-save.obj' libtool=no @AMDEPBACKSLASH@
  522. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  523. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-save.obj `if test -f 'save.c'; then $(CYGPATH_W) 'save.c'; else $(CYGPATH_W) '$(srcdir)/save.c'; fi`
  524. designer-open.o: open.c
  525. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-open.o -MD -MP -MF $(DEPDIR)/designer-open.Tpo -c -o designer-open.o `test -f 'open.c' || echo '$(srcdir)/'`open.c
  526. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-open.Tpo $(DEPDIR)/designer-open.Po
  527. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='open.c' object='designer-open.o' libtool=no @AMDEPBACKSLASH@
  528. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  529. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-open.o `test -f 'open.c' || echo '$(srcdir)/'`open.c
  530. designer-open.obj: open.c
  531. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-open.obj -MD -MP -MF $(DEPDIR)/designer-open.Tpo -c -o designer-open.obj `if test -f 'open.c'; then $(CYGPATH_W) 'open.c'; else $(CYGPATH_W) '$(srcdir)/open.c'; fi`
  532. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-open.Tpo $(DEPDIR)/designer-open.Po
  533. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='open.c' object='designer-open.obj' libtool=no @AMDEPBACKSLASH@
  534. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  535. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-open.obj `if test -f 'open.c'; then $(CYGPATH_W) 'open.c'; else $(CYGPATH_W) '$(srcdir)/open.c'; fi`
  536. designer-select_file.o: select_file.c
  537. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-select_file.o -MD -MP -MF $(DEPDIR)/designer-select_file.Tpo -c -o designer-select_file.o `test -f 'select_file.c' || echo '$(srcdir)/'`select_file.c
  538. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-select_file.Tpo $(DEPDIR)/designer-select_file.Po
  539. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='select_file.c' object='designer-select_file.o' libtool=no @AMDEPBACKSLASH@
  540. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  541. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-select_file.o `test -f 'select_file.c' || echo '$(srcdir)/'`select_file.c
  542. designer-select_file.obj: select_file.c
  543. @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -MT designer-select_file.obj -MD -MP -MF $(DEPDIR)/designer-select_file.Tpo -c -o designer-select_file.obj `if test -f 'select_file.c'; then $(CYGPATH_W) 'select_file.c'; else $(CYGPATH_W) '$(srcdir)/select_file.c'; fi`
  544. @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/designer-select_file.Tpo $(DEPDIR)/designer-select_file.Po
  545. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='select_file.c' object='designer-select_file.obj' libtool=no @AMDEPBACKSLASH@
  546. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  547. @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(designer_CFLAGS) $(CFLAGS) -c -o designer-select_file.obj `if test -f 'select_file.c'; then $(CYGPATH_W) 'select_file.c'; else $(CYGPATH_W) '$(srcdir)/select_file.c'; fi`
  548. mostlyclean-libtool:
  549. -rm -f *.lo
  550. clean-libtool:
  551. -rm -rf .libs _libs
  552. # This directory's subdirectories are mostly independent; you can cd
  553. # into them and run `make' without going through this Makefile.
  554. # To change the values of `make' variables: instead of editing Makefiles,
  555. # (1) if the variable is set in `config.status', edit `config.status'
  556. # (which will cause the Makefiles to be regenerated when you run `make');
  557. # (2) otherwise, pass the desired values on the `make' command line.
  558. $(RECURSIVE_TARGETS):
  559. @fail= failcom='exit 1'; \
  560. for f in x $$MAKEFLAGS; do \
  561. case $$f in \
  562. *=* | --[!k]*);; \
  563. *k*) failcom='fail=yes';; \
  564. esac; \
  565. done; \
  566. dot_seen=no; \
  567. target=`echo $@ | sed s/-recursive//`; \
  568. list='$(SUBDIRS)'; for subdir in $$list; do \
  569. echo "Making $$target in $$subdir"; \
  570. if test "$$subdir" = "."; then \
  571. dot_seen=yes; \
  572. local_target="$$target-am"; \
  573. else \
  574. local_target="$$target"; \
  575. fi; \
  576. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  577. || eval $$failcom; \
  578. done; \
  579. if test "$$dot_seen" = "no"; then \
  580. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  581. fi; test -z "$$fail"
  582. $(RECURSIVE_CLEAN_TARGETS):
  583. @fail= failcom='exit 1'; \
  584. for f in x $$MAKEFLAGS; do \
  585. case $$f in \
  586. *=* | --[!k]*);; \
  587. *k*) failcom='fail=yes';; \
  588. esac; \
  589. done; \
  590. dot_seen=no; \
  591. case "$@" in \
  592. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  593. *) list='$(SUBDIRS)' ;; \
  594. esac; \
  595. rev=''; for subdir in $$list; do \
  596. if test "$$subdir" = "."; then :; else \
  597. rev="$$subdir $$rev"; \
  598. fi; \
  599. done; \
  600. rev="$$rev ."; \
  601. target=`echo $@ | sed s/-recursive//`; \
  602. for subdir in $$rev; do \
  603. echo "Making $$target in $$subdir"; \
  604. if test "$$subdir" = "."; then \
  605. local_target="$$target-am"; \
  606. else \
  607. local_target="$$target"; \
  608. fi; \
  609. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  610. || eval $$failcom; \
  611. done && test -z "$$fail"
  612. tags-recursive:
  613. list='$(SUBDIRS)'; for subdir in $$list; do \
  614. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  615. done
  616. ctags-recursive:
  617. list='$(SUBDIRS)'; for subdir in $$list; do \
  618. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  619. done
  620. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  621. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  622. unique=`for i in $$list; do \
  623. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  624. done | \
  625. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  626. END { if (nonempty) { for (i in files) print i; }; }'`; \
  627. mkid -fID $$unique
  628. tags: TAGS
  629. TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  630. $(TAGS_FILES) $(LISP)
  631. set x; \
  632. here=`pwd`; \
  633. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  634. include_option=--etags-include; \
  635. empty_fix=.; \
  636. else \
  637. include_option=--include; \
  638. empty_fix=; \
  639. fi; \
  640. list='$(SUBDIRS)'; for subdir in $$list; do \
  641. if test "$$subdir" = .; then :; else \
  642. test ! -f $$subdir/TAGS || \
  643. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  644. fi; \
  645. done; \
  646. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  647. unique=`for i in $$list; do \
  648. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  649. done | \
  650. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  651. END { if (nonempty) { for (i in files) print i; }; }'`; \
  652. shift; \
  653. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  654. test -n "$$unique" || unique=$$empty_fix; \
  655. if test $$# -gt 0; then \
  656. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  657. "$$@" $$unique; \
  658. else \
  659. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  660. $$unique; \
  661. fi; \
  662. fi
  663. ctags: CTAGS
  664. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  665. $(TAGS_FILES) $(LISP)
  666. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  667. unique=`for i in $$list; do \
  668. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  669. done | \
  670. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  671. END { if (nonempty) { for (i in files) print i; }; }'`; \
  672. test -z "$(CTAGS_ARGS)$$unique" \
  673. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  674. $$unique
  675. GTAGS:
  676. here=`$(am__cd) $(top_builddir) && pwd` \
  677. && $(am__cd) $(top_srcdir) \
  678. && gtags -i $(GTAGS_ARGS) "$$here"
  679. distclean-tags:
  680. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  681. distdir: $(DISTFILES)
  682. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  683. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  684. list='$(DISTFILES)'; \
  685. dist_files=`for file in $$list; do echo $$file; done | \
  686. sed -e "s|^$$srcdirstrip/||;t" \
  687. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  688. case $$dist_files in \
  689. */*) $(MKDIR_P) `echo "$$dist_files" | \
  690. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  691. sort -u` ;; \
  692. esac; \
  693. for file in $$dist_files; do \
  694. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  695. if test -d $$d/$$file; then \
  696. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  697. if test -d "$(distdir)/$$file"; then \
  698. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  699. fi; \
  700. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  701. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  702. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  703. fi; \
  704. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  705. else \
  706. test -f "$(distdir)/$$file" \
  707. || cp -p $$d/$$file "$(distdir)/$$file" \
  708. || exit 1; \
  709. fi; \
  710. done
  711. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  712. if test "$$subdir" = .; then :; else \
  713. test -d "$(distdir)/$$subdir" \
  714. || $(MKDIR_P) "$(distdir)/$$subdir" \
  715. || exit 1; \
  716. fi; \
  717. done
  718. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  719. if test "$$subdir" = .; then :; else \
  720. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  721. $(am__relativize); \
  722. new_distdir=$$reldir; \
  723. dir1=$$subdir; dir2="$(top_distdir)"; \
  724. $(am__relativize); \
  725. new_top_distdir=$$reldir; \
  726. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  727. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  728. ($(am__cd) $$subdir && \
  729. $(MAKE) $(AM_MAKEFLAGS) \
  730. top_distdir="$$new_top_distdir" \
  731. distdir="$$new_distdir" \
  732. am__remove_distdir=: \
  733. am__skip_length_check=: \
  734. am__skip_mode_fix=: \
  735. distdir) \
  736. || exit 1; \
  737. fi; \
  738. done
  739. check-am: all-am
  740. check: check-recursive
  741. all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
  742. installdirs: installdirs-recursive
  743. installdirs-am:
  744. for dir in "$(DESTDIR)$(libdir)"; do \
  745. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  746. done
  747. install: install-recursive
  748. install-exec: install-exec-recursive
  749. install-data: install-data-recursive
  750. uninstall: uninstall-recursive
  751. install-am: all-am
  752. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  753. installcheck: installcheck-recursive
  754. install-strip:
  755. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  756. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  757. `test -z '$(STRIP)' || \
  758. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  759. mostlyclean-generic:
  760. clean-generic:
  761. distclean-generic:
  762. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  763. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  764. maintainer-clean-generic:
  765. @echo "This command is intended for maintainers to use"
  766. @echo "it deletes files that may require special tools to rebuild."
  767. clean: clean-recursive
  768. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  769. clean-noinstPROGRAMS mostlyclean-am
  770. distclean: distclean-recursive
  771. -rm -rf ./$(DEPDIR)
  772. -rm -f Makefile
  773. distclean-am: clean-am distclean-compile distclean-generic \
  774. distclean-tags
  775. dvi: dvi-recursive
  776. dvi-am:
  777. html: html-recursive
  778. html-am:
  779. info: info-recursive
  780. info-am:
  781. install-data-am:
  782. install-dvi: install-dvi-recursive
  783. install-dvi-am:
  784. install-exec-am: install-libLTLIBRARIES
  785. install-html: install-html-recursive
  786. install-html-am:
  787. install-info: install-info-recursive
  788. install-info-am:
  789. install-man:
  790. install-pdf: install-pdf-recursive
  791. install-pdf-am:
  792. install-ps: install-ps-recursive
  793. install-ps-am:
  794. installcheck-am:
  795. maintainer-clean: maintainer-clean-recursive
  796. -rm -rf ./$(DEPDIR)
  797. -rm -f Makefile
  798. maintainer-clean-am: distclean-am maintainer-clean-generic
  799. mostlyclean: mostlyclean-recursive
  800. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  801. mostlyclean-libtool
  802. pdf: pdf-recursive
  803. pdf-am:
  804. ps: ps-recursive
  805. ps-am:
  806. uninstall-am: uninstall-libLTLIBRARIES
  807. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
  808. install-am install-strip tags-recursive
  809. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  810. all all-am check check-am clean clean-generic \
  811. clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
  812. ctags-recursive distclean distclean-compile distclean-generic \
  813. distclean-libtool distclean-tags distdir dvi dvi-am html \
  814. html-am info info-am install install-am install-data \
  815. install-data-am install-dvi install-dvi-am install-exec \
  816. install-exec-am install-html install-html-am install-info \
  817. install-info-am install-libLTLIBRARIES install-man install-pdf \
  818. install-pdf-am install-ps install-ps-am install-strip \
  819. installcheck installcheck-am installdirs installdirs-am \
  820. maintainer-clean maintainer-clean-generic mostlyclean \
  821. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  822. pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
  823. uninstall-libLTLIBRARIES
  824. include $(abs_top_srcdir)/src/rules.mk
  825. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  826. # Otherwise a system limit (for SysV at least) may be exceeded.
  827. .NOEXPORT: