1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
4 # Copyright (C) 1994-2013 Free Software Foundation, 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.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18 am__is_gnu_make
= test -n
'$(MAKEFILE_LIST)' && test -n
'$(MAKELEVEL)'
19 am__make_running_with_option
= \
20 case
$${target_option-
} in \
22 *) echo
"am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
27 sane_makeflags
=$$MAKEFLAGS; \
28 if
$(am__is_gnu_make
); then \
29 sane_makeflags
=$$MFLAGS; \
34 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
41 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43 for flg in
$$sane_makeflags; do \
44 test $$skip_next = yes
&& { skip_next
=no
; continue
; }; \
47 -*I
) strip_trailopt
'I'; skip_next
=yes
;; \
48 -*I?
*) strip_trailopt
'I';; \
49 -*O
) strip_trailopt
'O'; skip_next
=yes
;; \
50 -*O?
*) strip_trailopt
'O';; \
51 -*l
) strip_trailopt
'l'; skip_next
=yes
;; \
52 -*l?
*) strip_trailopt
'l';; \
53 -[dEDm
]) skip_next
=yes
;; \
54 -[JT
]) skip_next
=yes
;; \
57 *$$target_option*) has_opt
=yes
; break
;; \
61 am__make_dryrun
= (target_option
=n
; $(am__make_running_with_option
))
62 am__make_keepgoing
= (target_option
=k
; $(am__make_running_with_option
))
63 pkgdatadir
= $(datadir)/@PACKAGE@
64 pkgincludedir
= $(includedir)/@PACKAGE@
65 pkglibdir
= $(libdir)/@PACKAGE@
66 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
67 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA
= $(install_sh
) -c
-m
644
69 install_sh_PROGRAM
= $(install_sh
) -c
70 install_sh_SCRIPT
= $(install_sh
) -c
71 INSTALL_HEADER
= $(INSTALL_DATA
)
72 transform
= $(program_transform_name
)
79 build_triplet
= @build@
81 target_triplet
= @target@
82 bin_PROGRAMS
= xcircuit
$(EXEEXT
)
84 DIST_COMMON
= $(srcdir)/Makefile.in
$(srcdir)/Makefile.am \
85 $(top_srcdir
)/configure
$(am__configure_deps
) mkinstalldirs
86 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
87 am__aclocal_m4_deps
= $(top_srcdir
)/configure.in
88 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
90 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
91 configure.lineno config.status.lineno
92 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
94 CONFIG_CLEAN_VPATH_FILES
=
95 am__installdirs
= "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
96 PROGRAMS
= $(bin_PROGRAMS
) $(noinst_PROGRAMS
)
97 menudep_SOURCES
= menudep.c
98 menudep_OBJECTS
= menudep.
$(OBJEXT
)
99 menudep_LDADD
= $(LDADD
)
100 am_xcircuit_OBJECTS
= elements.
$(OBJEXT
) events.
$(OBJEXT
) \
101 filelist.
$(OBJEXT
) files.
$(OBJEXT
) flate.
$(OBJEXT
) \
102 fontfile.
$(OBJEXT
) formats.
$(OBJEXT
) functions.
$(OBJEXT
) \
103 graphic.
$(OBJEXT
) help.
$(OBJEXT
) keybindings.
$(OBJEXT
) \
104 libraries.
$(OBJEXT
) menucalls.
$(OBJEXT
) netlist.
$(OBJEXT
) \
105 ngspice.
$(OBJEXT
) parameter.
$(OBJEXT
) python.
$(OBJEXT
) \
106 rcfile.
$(OBJEXT
) render.
$(OBJEXT
) schema.
$(OBJEXT
) \
107 selection.
$(OBJEXT
) svg.
$(OBJEXT
) text.
$(OBJEXT
) \
108 undo.
$(OBJEXT
) tclxcircuit.
$(OBJEXT
) tkSimple.
$(OBJEXT
) \
109 xcircuit.
$(OBJEXT
) xtfuncs.
$(OBJEXT
) xtgui.
$(OBJEXT
) \
110 cairo.
$(OBJEXT
) utf8encodings.
$(OBJEXT
)
111 xcircuit_OBJECTS
= $(am_xcircuit_OBJECTS
)
112 xcircuit_DEPENDENCIES
=
113 AM_V_P
= $(am__v_P_@AM_V@
)
114 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
117 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
118 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
119 am__v_GEN_0
= @echo
" GEN " $@
;
121 AM_V_at
= $(am__v_at_@AM_V@
)
122 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
125 DEFAULT_INCLUDES
= -I.@am__isrc@
128 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
129 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
130 AM_V_CC
= $(am__v_CC_@AM_V@
)
131 am__v_CC_
= $(am__v_CC_@AM_DEFAULT_V@
)
132 am__v_CC_0
= @echo
" CC " $@
;
135 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
136 AM_V_CCLD
= $(am__v_CCLD_@AM_V@
)
137 am__v_CCLD_
= $(am__v_CCLD_@AM_DEFAULT_V@
)
138 am__v_CCLD_0
= @echo
" CCLD " $@
;
140 SOURCES
= menudep.c
$(xcircuit_SOURCES
)
141 RECURSIVE_TARGETS
= all-recursive check-recursive cscopelist-recursive \
142 ctags-recursive dvi-recursive html-recursive info-recursive \
143 install-data-recursive install-dvi-recursive \
144 install-exec-recursive install-html-recursive \
145 install-info-recursive install-pdf-recursive \
146 install-ps-recursive install-recursive installcheck-recursive \
147 installdirs-recursive pdf-recursive ps-recursive \
148 tags-recursive uninstall-recursive
149 am__can_run_installinfo
= \
150 case
$$AM_UPDATE_INFO_DIR in \
152 *) (install-info
--version
) >/dev
/null
2>&1;; \
154 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
155 am__vpath_adj
= case
$$p in \
156 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
159 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
161 am__nobase_strip_setup
= \
162 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
164 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
165 am__nobase_list
= $(am__nobase_strip_setup
); \
166 for p in
$$list; do echo
"$$p $$p"; done | \
167 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
168 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
169 if (++n[$$2] == $(am__install_max)) \
170 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
171 END { for (dir in files) print dir, files[dir] }'
173 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
174 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
175 am__uninstall_files_from_dir
= { \
177 ||
{ test ! -d
"$$dir" && test ! -f
"$$dir" && test ! -r
"$$dir"; } \
178 ||
{ echo
" ( cd '$$dir' && rm -f" $$files ")"; \
179 $(am__cd
) "$$dir" && rm -f
$$files; }; \
181 man1dir = $(mandir)/man1
184 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
185 distclean-recursive maintainer-clean-recursive
186 am__recursive_targets
= \
187 $(RECURSIVE_TARGETS
) \
188 $(RECURSIVE_CLEAN_TARGETS
) \
189 $(am__extra_recursive_targets
)
190 AM_RECURSIVE_TARGETS
= $(am__recursive_targets
:-recursive
=) TAGS CTAGS \
192 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) $(LISP
)
193 # Read a list of newline-separated strings from the standard input,
194 # and print each of them once, without duplicates. Input order is
196 am__uniquify_input
= $(AWK
) '\
197 BEGIN { nonempty = 0; } \
198 { items[$$0] = 1; nonempty = 1; } \
199 END { if (nonempty) { for (i in items) print i; }; } \
201 # Make sure the list of sources is unique. This is necessary because,
202 # e.g., the same source file might be shared among _SOURCES variables
203 # for different programs/libraries.
204 am__define_uniq_tagged_files
= \
205 list
='$(am__tagged_files)'; \
206 unique
=`for i in $$list; do \
207 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208 done | $(am__uniquify_input)`
212 DIST_SUBDIRS
= $(SUBDIRS
)
215 # Override standard "make" target when compiling under TCL
216 ALL_TARGET
= @ALL_TARGET@
218 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
219 AUTOCONF
= @AUTOCONF@
220 AUTOHEADER
= @AUTOHEADER@
221 AUTOMAKE
= @AUTOMAKE@
224 CCDEPMODE
= @CCDEPMODE@
227 CPPFLAGS
= @CPPFLAGS@
228 CYGPATH_W
= @CYGPATH_W@
230 # Main compiler arguments
231 DEFS
= @DEFS@
$(PATHNAMES
)
233 DIST_DIR
= @DIST_DIR@
239 EXTRA_LIB_SPECS
= @EXTRA_LIB_SPECS@
243 HAVE_LGF
= @HAVE_LGF@
244 INC_SPECS
= @INC_SPECS@
246 INSTALL_DATA
= @INSTALL_DATA@
247 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
248 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
249 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
250 INSTALL_TARGET
= @INSTALL_TARGET@
251 INTERPRETER
= @INTERPRETER@
252 INTERP_PATH
= @INTERP_PATH@
254 LDDL_FLAGS
= @LDDL_FLAGS@
256 LD_RUN_PATH
= @LD_RUN_PATH@
258 LIBS
= @LIBS@
$(cairo_LIBS
) $(fontconfig_LIBS
) ${GS_LIBS}
259 LIB_SPECS
= @LIB_SPECS@
260 LTLIBOBJS
= @LTLIBOBJS@
262 MAKEINFO
= @MAKEINFO@
266 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
267 PACKAGE_NAME
= @PACKAGE_NAME@
268 PACKAGE_STRING
= @PACKAGE_STRING@
269 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
270 PACKAGE_URL
= @PACKAGE_URL@
271 PACKAGE_VERSION
= @PACKAGE_VERSION@
272 PATH_SEPARATOR
= @PATH_SEPARATOR@
273 PKG_CONFIG
= @PKG_CONFIG@
274 PKG_CONFIG_LIBDIR
= @PKG_CONFIG_LIBDIR@
275 PKG_CONFIG_PATH
= @PKG_CONFIG_PATH@
278 REVISION
= @REVISION@
279 SET_MAKE
= @SET_MAKE@
280 SHDLIB_EXT
= @SHDLIB_EXT@
282 SHLIB_LD
= @SHLIB_LD@
283 SHLIB_LIB_SPECS
= @SHLIB_LIB_SPECS@
284 SPICE_EXEC
= @SPICE_EXEC@
285 STARTUP_FILE
= @STARTUP_FILE@
290 TCL_LIB_DIR
= @TCL_LIB_DIR@
292 WISH_EXE
= @WISH_EXE@
293 WRAPPER_SCRIPT
= @WRAPPER_SCRIPT@
294 XCIRCUIT_TARGET
= @XCIRCUIT_TARGET@
296 X_CFLAGS
= @X_CFLAGS@
297 X_EXTRA_LIBS
= @X_EXTRA_LIBS@
299 X_PRE_LIBS
= @X_PRE_LIBS@
300 abs_builddir
= @abs_builddir@
301 abs_srcdir
= @abs_srcdir@
302 abs_top_builddir
= @abs_top_builddir@
303 abs_top_srcdir
= @abs_top_srcdir@
304 ac_ct_CC
= @ac_ct_CC@
305 am__include
= @am__include@
306 am__leading_dot
= @am__leading_dot@
307 am__quote
= @am__quote@
309 am__untar
= @am__untar@
312 build_alias
= @build_alias@
313 build_cpu
= @build_cpu@
314 build_os
= @build_os@
315 build_vendor
= @build_vendor@
316 builddir
= @builddir@
317 cairo_CFLAGS
= @cairo_CFLAGS@
318 cairo_LIBS
= @cairo_LIBS@
320 datarootdir
= @datarootdir@
323 exec_prefix = @
exec_prefix@
324 fontconfig_CFLAGS
= @fontconfig_CFLAGS@
325 fontconfig_LIBS
= @fontconfig_LIBS@
327 host_alias
= @host_alias@
328 host_cpu
= @host_cpu@
330 host_vendor
= @host_vendor@
332 includedir = @
includedir@
334 install_sh
= @install_sh@
336 libexecdir
= @libexecdir@
337 localedir
= @localedir@
338 localstatedir
= @localstatedir@
341 oldincludedir = @
oldincludedir@
344 program_transform_name
= @program_transform_name@
347 sharedstatedir
= @sharedstatedir@
349 sysconfdir
= @sysconfdir@
351 target_alias
= @target_alias@
352 target_cpu
= @target_cpu@
353 target_os
= @target_os@
354 target_vendor
= @target_vendor@
355 top_build_prefix
= @top_build_prefix@
356 top_builddir
= @top_builddir@
357 top_srcdir
= @top_srcdir@
358 AUTOMAKE_OPTIONS
= foreign no-dependencies no-dist
359 AM_CFLAGS
= $(cairo_CFLAGS
) $(fontconfig_CFLAGS
) ${GS_CFLAGS}
361 # Additional files to distribute
362 EXTRA_DIST
= COPYRIGHT README README.ISOLatin2 README.notes
363 FULL_VERSION
= @VERSION@.@REVISION@
365 # Menudep program generates menudep.h needed by some of the
366 # source files for Xcircuit
367 noinst_PROGRAMS
= menudep
$(EXEEXT
)
372 # Temporary directory (if not overridden by environment variable TMPDIR)
375 # Directories for app-defaults file and manual page
376 appdefaultsdir
= $(libdir)/$(PACKAGE
)-$(VERSION
)/app-defaults
377 appmandir
= $(libdir)/$(PACKAGE
)-$(VERSION
)/man
378 install_appdefaultsdir
= @DIST_DIR@
/lib
/$(PACKAGE
)-$(VERSION
)/app-defaults
379 install_appmandir
= @DIST_DIR@
/lib
/$(PACKAGE
)-$(VERSION
)/man
380 install_bindir
= @DIST_DIR@
/bin
381 PATHNAMES
= -DPROG_VERSION
=\"$(VERSION
)\" \
382 -DPROG_REVISION
=\"$(REVISION
)\" \
383 -DCAD_DIR
=\"$(libdir)\" \
384 -DTEMP_DIR
=\"$(tmpdir
)\" \
385 -DRESOURCES_DIR
=\"$(appdefaultsdir
)\" \
386 -DSCRIPTS_DIR
=\"$(scriptsdir
)\" \
387 -DBUILTINS_DIR
=\"$(librarydir
)\" \
388 -DBUILTINS_FILE
=\"$(BUILTINS_FILE
)\" \
389 -DUSER_RC_FILE
=\"$(USER_RC_FILE
)\" \
390 -DPROLOGUE_DIR
=\"$(librarydir
)\" \
391 -DPROLOGUE_FILE
=\"$(PROLOGUE_FILE
)\" \
392 -DCYRILLIC_ENC_FILE
=\"$(CYRILLIC_ENC_FILE
)\" \
393 -DISOLATIN2_ENC_FILE
=\"$(ISOLATIN2_ENC_FILE
)\" \
394 -DISOLATIN5_ENC_FILE
=\"$(ISOLATIN5_ENC_FILE
)\" \
395 -DSTARTUP_FILE
=\"$(STARTUP_FILE
)\" \
396 -DLGF_LIB
=\"$(LGF_LIB
)\" \
397 -DASG_SPICE_LIB
=\"$(ASG_SPICE_LIB
)\"
399 xcircuit_SOURCES
= elements.c events.c filelist.c files.c \
400 flate.c fontfile.c formats.c functions.c graphic.c \
401 help.c keybindings.c libraries.c menucalls.c \
402 netlist.c ngspice.c parameter.c python.c \
403 rcfile.c render.c schema.c selection.c svg.c text.c undo.c \
404 tclxcircuit.c tkSimple.c xcircuit.c xtfuncs.c xtgui.c \
405 cairo.c utf8encodings.c
407 xcircuit_DEPEND
= @SUBLIB@
408 xcircuit_LDADD
= @SUBLIB@ @STDLIBS@
411 M4_DEFS
= @M4_DEFS@ @DEFS@
412 man_MANS
= lib
/xcircuit
.1
413 INCLUDES
= -IXw
${INC_SPECS}
415 # Library directory and files
416 librarydir
= $(libdir)/$(PACKAGE
)-$(VERSION
)
417 scriptsdir
= $(libdir)/$(PACKAGE
)-$(VERSION
)
418 install_librarydir
= @DIST_DIR@
/lib
/$(PACKAGE
)-$(VERSION
)
419 install_scriptsdir
= @DIST_DIR@
/lib
/$(PACKAGE
)-$(VERSION
)
420 USER_RC_FILE
= .xcircuitrc
421 PROLOGUE_FILE
= xcircps2.pro
422 CYRILLIC_ENC_FILE
= cyrillic.enc
423 ISOLATIN2_ENC_FILE
= isolatin2.enc
424 ISOLATIN5_ENC_FILE
= isolatin5.enc
425 ENCODING_FILES
= ${CYRILLIC_ENC_FILE} ${ISOLATIN2_ENC_FILE} ${ISOLATIN5_ENC_FILE}
427 ASG_SPICE_LIB
= asg_spice.lps
428 SIGNAL_LIB
= signal.lps
429 MUSIC_LIB
= musiclib.lps
430 FONTS_LPS
= courier courieriso2 courieriso5 helvetica helveticaiso2 \
431 helveticaiso5 myfont symbol times_roman times_romaniso2 \
434 FONTS_XFE
= courier courieriso courieriso2 courieriso5 courier_cyrillic \
435 helvetica helveticaiso helveticaiso2 helveticaiso5 helvetica_cyrillic \
436 times_roman times_romaniso times_romaniso2 times_romaniso5 \
437 times_roman_cyrillic myfont symbol
439 SCRIPTS_PY
= spice gettext pagebbox
440 WRAPPER_INIT
= xcircuit.tcl
441 WRAPPER_OBJ
= xcircuit
${SHDLIB_EXT}
442 WRAPPER_SO
= xcircuit.so
443 WRAPPER_SH
= xcircuit.sh
445 CONSOLE_SCRIPT
= console.tcl
449 .SUFFIXES
: .c .o .obj
450 am--refresh
: Makefile
452 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
454 case
'$(am__configure_deps)' in \
456 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
457 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
462 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
463 $(am__cd
) $(top_srcdir
) && \
464 $(AUTOMAKE
) --foreign Makefile
466 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
469 echo
' $(SHELL) ./config.status'; \
470 $(SHELL
) .
/config.status
;; \
472 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
473 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
476 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
477 $(SHELL
) .
/config.status
--recheck
479 $(top_srcdir
)/configure
: $(am__configure_deps
)
480 $(am__cd
) $(srcdir) && $(AUTOCONF
)
481 $(ACLOCAL_M4
): $(am__aclocal_m4_deps
)
482 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
483 $(am__aclocal_m4_deps
):
484 install-binPROGRAMS
: $(bin_PROGRAMS
)
486 @list
='$(bin_PROGRAMS)'; test -n
"$(bindir)" || list
=; \
487 if
test -n
"$$list"; then \
488 echo
" $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
489 $(MKDIR_P
) "$(DESTDIR)$(bindir)" || exit
1; \
491 for p in
$$list; do echo
"$$p $$p"; done | \
492 sed
's/$(EXEEXT)$$//' | \
493 while read p p1
; do if
test -f
$$p \
494 ; then echo
"$$p"; echo
"$$p"; else :; fi
; \
496 sed
-e
'p;s,.*/,,;n;h' \
498 -e
'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
499 sed
'N;N;N;s,\n, ,g' | \
500 $(AWK
) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
501 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
502 if ($$2 == $$4) files[d] = files[d] " " $$1; \
503 else { print "f", $$3 "/" $$4, $$1; } } \
504 END { for (d in files) print "f", d, files[d] }' | \
505 while read type
dir files
; do \
506 if
test "$$dir" = .
; then
dir=; else dir=/$$dir; fi
; \
507 test -z
"$$files" ||
{ \
508 echo
" $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
509 $(INSTALL_PROGRAM_ENV
) $(INSTALL_PROGRAM
) $$files "$(DESTDIR)$(bindir)$$dir" || exit
$$?
; \
513 uninstall-binPROGRAMS
:
515 @list
='$(bin_PROGRAMS)'; test -n
"$(bindir)" || list
=; \
516 files
=`for p in $$list; do echo "$$p"; done | \
517 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
518 -e 's/$$/$(EXEEXT)/' \
520 test -n
"$$list" || exit
0; \
521 echo
" ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
522 cd
"$(DESTDIR)$(bindir)" && rm -f
$$files
525 -test -z
"$(bin_PROGRAMS)" ||
rm -f
$(bin_PROGRAMS
)
527 clean-noinstPROGRAMS
:
528 -test -z
"$(noinst_PROGRAMS)" ||
rm -f
$(noinst_PROGRAMS
)
530 xcircuit
$(EXEEXT
): $(xcircuit_OBJECTS
) $(xcircuit_DEPENDENCIES
) $(EXTRA_xcircuit_DEPENDENCIES
)
531 @
rm -f xcircuit
$(EXEEXT
)
532 $(AM_V_CCLD
)$(LINK
) $(xcircuit_OBJECTS
) $(xcircuit_LDADD
) $(LIBS
)
541 $(AM_V_CC
)$(COMPILE
) -c
-o
$@
$<
544 $(AM_V_CC
)$(COMPILE
) -c
-o
$@
`$(CYGPATH_W) '$<'`
545 install-man1
: $(man_MANS
)
548 list2
='$(man_MANS)'; \
549 test -n
"$(man1dir)" \
550 && test -n
"`echo $$list1$$list2`" \
552 echo
" $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
553 $(MKDIR_P
) "$(DESTDIR)$(man1dir)" || exit
1; \
554 { for i in
$$list1; do echo
"$$i"; done
; \
555 if
test -n
"$$list2"; then \
556 for i in
$$list2; do echo
"$$i"; done \
557 | sed
-n
'/\.1[a-z]*$$/p'; \
559 } | while read p
; do \
560 if
test -f
$$p; then d
=; else d
="$(srcdir)/"; fi
; \
561 echo
"$$d$$p"; echo
"$$p"; \
563 sed
-e
'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
564 -e
's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
565 sed
'N;N;s,\n, ,g' |
{ \
566 list
=; while read file base inst
; do \
567 if
test "$$base" = "$$inst"; then list
="$$list $$file"; else \
568 echo
" $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
569 $(INSTALL_DATA
) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit
$$?
; \
572 for i in
$$list; do echo
"$$i"; done |
$(am__base_list
) | \
573 while read files
; do \
574 test -z
"$$files" ||
{ \
575 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
576 $(INSTALL_DATA
) $$files "$(DESTDIR)$(man1dir)" || exit
$$?
; }; \
581 @list
=''; test -n
"$(man1dir)" || exit
0; \
582 files
=`{ for i in $$list; do echo "$$i"; done; \
583 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
584 sed -n '/\.1[a-z]*$$/p'; \
585 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
586 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
587 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir
)
589 # This directory's subdirectories are mostly independent; you can cd
590 # into them and run 'make' without going through this Makefile.
591 # To change the values of 'make' variables: instead of editing Makefiles,
592 # (1) if the variable is set in 'config.status', edit 'config.status'
593 # (which will cause the Makefiles to be regenerated when you run 'make');
594 # (2) otherwise, pass the desired values on the 'make' command line.
595 $(am__recursive_targets
):
597 if
$(am__make_keepgoing
); then \
598 failcom
='fail=yes'; \
603 target
=`echo $@ | sed s/-recursive//`; \
605 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
606 *) list
='$(SUBDIRS)' ;; \
608 for subdir in
$$list; do \
609 echo
"Making $$target in $$subdir"; \
610 if
test "$$subdir" = "."; then \
612 local_target
="$$target-am"; \
614 local_target
="$$target"; \
616 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
619 if
test "$$dot_seen" = "no"; then \
620 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
623 ID
: $(am__tagged_files
)
624 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
628 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
631 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
632 include_option
=--etags-include
; \
635 include_option
=--include; \
638 list
='$(SUBDIRS)'; for subdir in
$$list; do \
639 if
test "$$subdir" = .
; then
:; else \
640 test ! -f
$$subdir/TAGS || \
641 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
644 $(am__define_uniq_tagged_files
); \
646 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
647 test -n
"$$unique" || unique
=$$empty_fix; \
648 if
test $$# -gt 0; then \
649 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
652 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
656 ctags
: ctags-recursive
659 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
660 $(am__define_uniq_tagged_files
); \
661 test -z
"$(CTAGS_ARGS)$$unique" \
662 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
666 here
=`$(am__cd) $(top_builddir) && pwd` \
667 && $(am__cd
) $(top_srcdir
) \
668 && gtags
-i
$(GTAGS_ARGS
) "$$here"
670 test ! -s cscope.files \
671 ||
$(CSCOPE
) -b
-q
$(AM_CSCOPEFLAGS
) $(CSCOPEFLAGS
) -i cscope.files
$(CSCOPE_ARGS
)
674 cscope.files
: clean-cscope cscopelist
675 cscopelist
: cscopelist-recursive
677 cscopelist-am
: $(am__tagged_files
)
678 list
='$(am__tagged_files)'; \
679 case
"$(srcdir)" in \
680 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
681 *) sdir
=$(subdir
)/$(srcdir) ;; \
683 for i in
$$list; do \
684 if
test -f
"$$i"; then \
685 echo
"$(subdir)/$$i"; \
689 done
>> $(top_builddir
)/cscope.files
692 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
693 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
695 check: check-recursive
696 all-am
: Makefile
$(PROGRAMS
) $(MANS
)
697 installdirs: installdirs-recursive
699 for
dir in
"$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
700 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
702 install: install-recursive
703 install-exec
: install-exec-recursive
704 install-data
: install-data-recursive
705 uninstall: uninstall-recursive
708 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
710 installcheck: installcheck-recursive
712 if
test -z
'$(STRIP)'; then \
713 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
714 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
717 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
718 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
719 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
726 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
727 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
729 maintainer-clean-generic
:
730 @echo
"This command is intended for maintainers to use"
731 @echo
"it deletes files that may require special tools to rebuild."
732 clean-am
: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
735 distclean-am
: clean-am distclean-compile distclean-generic \
750 install-data-am
: install-data-local install-man
752 install-dvi
: install-dvi-recursive
756 install-exec-am
: install-binPROGRAMS
758 install-html
: install-html-recursive
762 install-info
: install-info-recursive
766 install-man
: install-man1
768 install-pdf
: install-pdf-recursive
772 install-ps
: install-ps-recursive
778 maintainer-clean
: maintainer-clean-recursive
779 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
780 -rm -rf
$(top_srcdir
)/autom4te.cache
782 maintainer-clean-am
: distclean-am maintainer-clean-generic
784 mostlyclean: mostlyclean-recursive
786 mostlyclean-am
: mostlyclean-compile mostlyclean-generic
796 uninstall-am
: uninstall-binPROGRAMS uninstall-man
798 uninstall-man
: uninstall-man1
800 .MAKE
: $(am__recursive_targets
) install-am install-strip
802 .PHONY
: $(am__recursive_targets
) CTAGS GTAGS TAGS
all all-am \
803 am--refresh
check check-am
clean clean-binPROGRAMS \
804 clean-cscope clean-generic clean-noinstPROGRAMS cscope \
805 cscopelist-am ctags ctags-am
distclean distclean-compile \
806 distclean-generic distclean-tags
dvi dvi-am html html-am
info \
807 info-am
install install-am install-binPROGRAMS install-data \
808 install-data-am install-data-local install-dvi install-dvi-am \
809 install-exec install-exec-am install-html install-html-am \
810 install-info install-info-am install-man install-man1 \
811 install-pdf install-pdf-am install-ps install-ps-am \
812 install-strip
installcheck installcheck-am
installdirs \
813 installdirs-am maintainer-clean maintainer-clean-generic \
814 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
815 ps ps-am
tags tags-am
uninstall uninstall-am \
816 uninstall-binPROGRAMS uninstall-man uninstall-man1
818 cairo.
$(OBJEXT
) : CFLAGS
+= -pedantic
-Wall
-Wextra
819 elements.
$(OBJEXT
) : CFLAGS
+= -pedantic
-Wall
-Wextra
820 events.
$(OBJEXT
) : CFLAGS
+= -pedantic
-Wall
-Wextra
821 fontfile.
$(OBJEXT
) : CFLAGS
+= -pedantic
-Wall
-Wextra
822 text.
$(OBJEXT
) : CFLAGS
+= -pedantic
-Wall
-Wextra
823 utf8encodings.
$(OBJEXT
) : CFLAGS
+= -pedantic
-Wall
-Wextra
826 menucalls.c
: menudep.h
829 xcircuit.c
: menudep.h
830 parameter.c
: menudep.h
832 tclxcircuit.c
: menudep.h
836 menudep
$(EXEEXT
): menudep.o
837 $(CC
) -o
$@ menudep.o
839 menudep.h
: menudep
$(EXEEXT
)
842 xcwrap.o
: xcwrap.c menudep.h
843 $(CC
) ${CPPFLAGS} ${CFLAGS} ${DEFS} \
844 $(PATHNAMES
) $(INCLUDES
) \
845 xcwrap.c
-c
-o xcwrap.o
847 lib
/$(INTERP_PATH
)/$(WRAPPER_OBJ
): xcwrap.o
${xcircuit_OBJECTS} ${xcircuit_DEPEND}
848 $(RM
) lib
/$(INTERP_PATH
)/$(WRAPPER_OBJ
)
849 $(SHLIB_LD
) ${CFLAGS} -o
$@
${LDDL_FLAGS} xcwrap.o \
850 ${xcircuit_OBJECTS} ${xcircuit_LDADD} ${SHLIB_LIB_SPECS} \
851 ${LDFLAGS} ${X_EXTRA_LIBS} ${EXTRA_LIBS} -lc
${LIBS} \
852 ${LIB_SPECS} ${EXTRA_LIB_SPECS}
854 xcircexec
$(EXEEXT
): xcircexec.o
855 $(RM
) .
/xcircexec
$(EXEEXT
)
856 $(CC
) ${CFLAGS} ${CPPFLAGS} ${DEFS} $(PATHNAMES
) $(INCLUDES
) \
857 xcircexec.c
-o xcircexec
$(EXEEXT
) ${LIB_SPECS} \
858 ${LD_RUN_PATH} ${LDFLAGS} ${LIBS} ${EXTRA_LIB_SPECS}
860 xcircdnull
$(EXEEXT
): xcircdnull.o
861 $(RM
) .
/xcircdnull
$(EXEEXT
)
862 $(CC
) ${CFLAGS} ${CPPFLAGS} ${DEFS} $(PATHNAMES
) $(INCLUDES
) \
863 xcircdnull.c
-o xcircdnull
$(EXEEXT
) ${LIB_SPECS} \
864 ${LD_RUN_PATH} ${LDFLAGS} ${LIBS} ${EXTRA_LIB_SPECS}
867 @echo Making tcl library object
868 list
='$(SUBDIRS)'; for subdir in
$$list; do \
869 test "$$subdir" = . ||
(echo
"Making tcl in $$subdir"; \
870 cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
)) \
872 $(MAKE
) lib
/$(INTERP_PATH
)/$(WRAPPER_OBJ
)
873 $(MAKE
) lib
/$(INTERP_PATH
)/$(WRAPPER_SH
)
874 $(MAKE
) lib
/$(INTERP_PATH
)/$(WRAPPER_INIT
)
875 $(MAKE
) xcircexec
$(EXEEXT
)
876 $(MAKE
) xcircdnull
$(EXEEXT
)
878 lib
/$(INTERP_PATH
)/$(WRAPPER_SH
): lib
/$(INTERP_PATH
)/$(WRAPPER_SH
).in
879 sed
-e
'/XCLIBDIR/s#XCLIBDIR#$(librarydir)#' \
880 -e
'/WRAPPER_INIT/s/WRAPPER_INIT/$(WRAPPER_INIT)/' \
881 -e
'/CONSOLE_SCRIPT/s/CONSOLE_SCRIPT/$(CONSOLE_SCRIPT)/' \
882 -e
'/CONSOLE/s/CONSOLE/$(CONSOLE)/' \
883 -e
'/PROG_VERSION/s/PROG_VERSION/$(VERSION)/' \
884 -e
'/PROG_REVISION/s/PROG_REVISION/$(REVISION)/' \
885 -e
'/TCLLIBDIR/s#TCLLIBDIR#$(TCL_LIB_DIR)#' \
886 -e
'/WISH_EXE/s#WISH_EXE#$(WISH_EXE)#' \
887 lib
/$(INTERP_PATH
)/$(WRAPPER_SH
).in
> $@
890 lib
/$(INTERP_PATH
)/$(WRAPPER_INIT
): lib
/$(INTERP_PATH
)/$(WRAPPER_INIT
).in
891 sed
-e
'/LIBDIR/s#LIBDIR#$(librarydir)#' \
892 -e
'/SCRIPTSDIR/s#SCRIPTSDIR#$(scriptsdir)#' \
893 lib
/$(INTERP_PATH
)/$(WRAPPER_INIT
).in
> $@
896 lib
/xcircuit
.1: lib
/xcircuit
.1.in
897 sed
-e
'/LIBDIR/s#LIBDIR#$(libdir)#' \
898 -e
"/^${HAVE_LGF}/s/^${HAVE_LGF} //" \
899 -e
"/^${INTERPRETER}/s/^${INTERPRETER} //" \
904 lib
/xcircuit
.1.in
> $@
906 install-data-local
: lib
/xcircuit
.1
907 @echo
"Installing app-defaults file"
908 $(mkinstalldirs
) $(DESTDIR
)$(install_appdefaultsdir
)
909 $(mkinstalldirs
) $(DESTDIR
)$(install_appmandir
)
910 $(INSTALL_DATA
) lib
/XCircuit.ad
$(DESTDIR
)$(install_appdefaultsdir
)/XCircuit
911 $(INSTALL_DATA
) lib
/xcircuit
.1 $(DESTDIR
)$(install_appmandir
)/xcircuit
.1
912 @echo
"Installing library and netlist files"
913 $(mkinstalldirs
) $(DESTDIR
)$(install_librarydir
)
914 ( cd lib
; for i in
$(PROLOGUE_FILE
) $(ENCODING_FILES
) *.lps
*.cir
; do \
915 $(INSTALL_DATA
) $$i $(DESTDIR
)$(install_librarydir
); \
917 ( cd lib
/$(INTERP_PATH
) ; for i in
$(STARTUP_FILE
); do \
918 $(INSTALL_DATA
) $$i $(DESTDIR
)$(install_librarydir
); \
920 @echo
"Installing .lps font files"
921 $(mkinstalldirs
) $(DESTDIR
)$(install_librarydir
)/fonts
922 for i in
$(FONTS_LPS
); do \
923 $(INSTALL_DATA
) lib
/fonts
/$$i.lps
$(DESTDIR
)$(install_librarydir
)/fonts
; \
925 @echo
"Installing .xfe font files"
926 for i in
$(FONTS_XFE
); do \
927 $(INSTALL_DATA
) lib
/fonts
/$$i.xfe
$(DESTDIR
)$(install_librarydir
)/fonts
; \
929 @echo
"Installing scripts (if option enabled)"
930 if
test "$(PYTHON)" != ""; then \
931 $(mkinstalldirs
) $(DESTDIR
)$(install_scriptsdir
)/python
; \
932 for i in
$(SCRIPTS_PY
); do \
933 $(INSTALL_DATA
) lib
/python
/$$i.py \
934 $(DESTDIR
)$(install_scriptsdir
)/python
; \
938 # Note that MacOS/Fink uses SHDLIB_EXT = .dylib but Tcl expects .so anyway.
939 # So we make a symbolic link if SHDLIB_EXT != .so
941 install-tcl
: xcircexec
$(EXEEXT
) xcircdnull
$(EXEEXT
) lib
/$(INTERP_PATH
)/$(WRAPPER_OBJ
) lib
/$(INTERP_PATH
)/$(WRAPPER_SH
) lib
/$(INTERP_PATH
)/$(WRAPPER_INIT
)
942 @echo
"Installing standard XCircuit library files"
943 $(MAKE
) $(AM_MAKEFLAGS
) install-data-local
944 @echo
"Installing Tcl files"
945 $(mkinstalldirs
) $(DESTDIR
)$(install_librarydir
)
946 $(mkinstalldirs
) $(DESTDIR
)$(install_scriptsdir
)
947 ( cd lib
/$(INTERP_PATH
) ; for i in
$(WRAPPER_OBJ
) *.tcl
; do \
948 $(INSTALL_DATA
) $$i $(DESTDIR
)$(install_scriptsdir
); \
950 $(INSTALL_DATA
) xcircexec
$(EXEEXT
) $(DESTDIR
)$(install_librarydir
)
951 $(INSTALL_DATA
) xcircdnull
$(EXEEXT
) $(DESTDIR
)$(install_librarydir
)
952 chmod
0755 $(DESTDIR
)$(install_librarydir
)/$(CONSOLE
)
953 chmod
0755 $(DESTDIR
)$(install_librarydir
)/$(CONSOLE_SCRIPT
)
954 chmod
0755 $(DESTDIR
)$(install_librarydir
)/$(WRAPPER_OBJ
)
955 chmod
0755 $(DESTDIR
)$(install_librarydir
)/xcircexec
$(EXEEXT
)
956 chmod
0755 $(DESTDIR
)$(install_librarydir
)/xcircdnull
$(EXEEXT
)
958 if
test "${SHDLIB_EXT}" != ".so"; then \
959 ( cd
$(DESTDIR
)$(install_librarydir
); \
960 $(RM
) $(WRAPPER_SO
) ; \
961 ln
-s
$(WRAPPER_OBJ
) $(WRAPPER_SO
) ) ; \
964 @echo
"Installing GIF images"
965 $(mkinstalldirs
) $(DESTDIR
)$(install_librarydir
)/pixmaps
966 ( cd lib
/pixmaps
; for i in
`ls *.gif *.xbm *.ico` ; do \
967 $(INSTALL_DATA
) $$i $(DESTDIR
)$(install_librarydir
)/pixmaps
; \
969 @echo
"Installing shell script as xcircuit executable"
970 $(mkinstalldirs
) $(DESTDIR
)$(install_bindir
)
971 $(INSTALL_DATA
) lib
/$(INTERP_PATH
)/$(WRAPPER_SH
) $(DESTDIR
)$(install_bindir
)/xcircuit
972 chmod
0755 $(DESTDIR
)$(install_bindir
)/xcircuit
975 (cd .
/Xw
; $(RM
) *.o
*.a
*.bak core
)
976 (cd .
/asg
; $(MAKE
) clean)
977 (cd .
/spiceparser
; $(MAKE
) clean)
978 $(RM
) lib
/$(INTERP_PATH
)/$(WRAPPER_OBJ
) lib
/$(INTERP_PATH
)/$(WRAPPER_SH
)
979 $(RM
) lib
/$(INTERP_PATH
)/$(WRAPPER_INIT
)
980 $(RM
) xcircuit
*.o
*.bak lib
/xcircuit
.1 core
981 $(RM
) xcircexec
$(EXEEXT
) xcircdnull
$(EXEEXT
)
982 $(RM
) menudep
$(EXEEXT
) menudep.h
983 $(RM
) config.cache config.log
986 (cd .
/Xw
; $(RM
) *.o
*.a
*.bak Makefile core
)
987 (cd .
/asg
; $(MAKE
) clean ; $(RM
) Makefile
)
988 (cd .
/spiceparser
; $(MAKE
) clean ; $(RM
) Makefile
)
989 $(RM
) xcircuit
*.o
*.bak core
990 $(RM
) lib
/$(INTERP_PATH
)/$(WRAPPER_OBJ
) lib
/$(INTERP_PATH
)/$(WRAPPER_SH
)
991 $(RM
) menudep
$(EXEEXT
) menudep.h lib
/xcircuit
.1
992 $(RM
) xcircexec
$(EXEEXT
) xcircdnull
$(EXEEXT
)
993 $(RM
) Makefile config.cache config.log config.status
994 $(RM
) xcircuit-
$(FULL_VERSION
) xcircuit.spec xcircuit-
$(FULL_VERSION
).tgz
997 $(RM
) xcircuit.spec xcircuit-
$(FULL_VERSION
) xcircuit-
$(FULL_VERSION
).tgz
998 sed
-e
/%VERSION
%/s
/%VERSION
%/$(FULL_VERSION
)/ \
999 xcircuit.spec.in
> xcircuit.spec
1000 ln
-nsf . xcircuit-
$(FULL_VERSION
)
1001 tar zchvf xcircuit-
$(FULL_VERSION
).tgz
--exclude CVS \
1002 --exclude xcircuit-
$(FULL_VERSION
)/xcircuit-
$(FULL_VERSION
) \
1003 --exclude xcircuit-
$(FULL_VERSION
)/xcircuit-
$(FULL_VERSION
).tgz \
1004 xcircuit-
$(FULL_VERSION
)
1007 (cd .
/Xw
; $(RM
) *.o
*.a
*.bak Makefile.in Makefile core
)
1008 (cd .
/asg
; $(MAKE
) clean ; $(RM
) Makefile.in Makefile
)
1009 (cd .
/spiceparser
; $(MAKE
) clean ; $(RM
) Makefile.in Makefile
)
1010 $(RM
) xcircuit
*.o
*.bak core
1011 $(RM
) lib
/$(INTERP_PATH
)/$(WRAPPER_OBJ
) lib
/$(INTERP_PATH
)/$(WRAPPER_SH
)
1012 $(RM
) menudep
$(EXEEXT
) menudep.h lib
/xcircuit
.1
1013 $(RM
) xcircexec
$(EXEEXT
) xcircdnull
$(EXEEXT
)
1014 $(RM
) install-sh missing mkinstalldirs Makefile.in Makefile
1015 $(RM
) config.
* aclocal.m4
1023 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1024 # Otherwise a system limit (for SysV at least) may be exceeded.