/[rtmk]/rtmk/include/rtmk/Makefile.in
ViewVC logotype

Diff of /rtmk/include/rtmk/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jrydberg, Fri Dec 7 22:08:23 2001 UTC revision 1.3 by jrydberg, Sat Jan 5 00:08:30 2002 UTC
# Line 59  POST_INSTALL = : Line 59  POST_INSTALL = :
59  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
60  PRE_UNINSTALL = :  PRE_UNINSTALL = :
61  POST_UNINSTALL = :  POST_UNINSTALL = :
62    build_alias = @build_alias@
63    build_triplet = @build@
64  host_alias = @host_alias@  host_alias = @host_alias@
65  host_triplet = @host@  host_triplet = @host@
66  AS = @AS@  target_alias = @target_alias@
67    target_triplet = @target@
68    AR = @AR@
69  CC = @CC@  CC = @CC@
70  DLLTOOL = @DLLTOOL@  CPP = @CPP@
 ECHO = @ECHO@  
 EXEEXT = @EXEEXT@  
71  LD = @LD@  LD = @LD@
72  LIBGCC = @LIBGCC@  LIBGCC = @LIBGCC@
 LIBTOOL = @LIBTOOL@  
 LN_S = @LN_S@  
73  MAINT = @MAINT@  MAINT = @MAINT@
74  MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
75  NCPUS = @NCPUS@  NCPUS = @NCPUS@
 OBJDUMP = @OBJDUMP@  
 OBJEXT = @OBJEXT@  
76  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
77  RANLIB = @RANLIB@  RANLIB = @RANLIB@
 STRIP = @STRIP@  
78  TARGET_ARCH = @TARGET_ARCH@  TARGET_ARCH = @TARGET_ARCH@
79  TARGET_MACHINE = @TARGET_MACHINE@  TARGET_MACHINE = @TARGET_MACHINE@
80  VERSION = @VERSION@  VERSION = @VERSION@
81  WITH_SMP = @WITH_SMP@  WITH_SMP = @WITH_SMP@
82    cross_linkable = @cross_linkable@
83  dep_theader_file = @dep_theader_file@  dep_theader_file = @dep_theader_file@
84  dep_tmake_file = @dep_tmake_file@  dep_tmake_file = @dep_tmake_file@
85  theader_file = @theader_file@  theader_file = @theader_file@
# Line 90  tmake_file = @tmake_file@ Line 88  tmake_file = @tmake_file@
88  SUBDIRS = i386 ppc  SUBDIRS = i386 ppc
89    
90  pkginclude_HEADERS = vm-param.h vm-types.h kern-return.h \  pkginclude_HEADERS = vm-param.h vm-types.h kern-return.h \
91          ipc-message.h ipc-port.h ipc-return.h ipc-types.h          ipc-message.h ipc-port.h ipc-return.h ipc-types.h \
92            thread-status.h rig.h rtmk.h
93    
94  mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
95  CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
# Line 258  installcheck: installcheck-recursive Line 257  installcheck: installcheck-recursive
257  install-exec-am:  install-exec-am:
258  install-exec: install-exec-recursive  install-exec: install-exec-recursive
259    
260  install-data-am: install-pkgincludeHEADERS  install-data-am: install-pkgincludeHEADERS install-data-local
261  install-data: install-data-recursive  install-data: install-data-recursive
262    
263  install-am: all-am  install-am: all-am
# Line 293  clean-am:  clean-tags clean-generic most Line 292  clean-am:  clean-tags clean-generic most
292  clean: clean-recursive  clean: clean-recursive
293    
294  distclean-am:  distclean-tags distclean-generic clean-am  distclean-am:  distclean-tags distclean-generic clean-am
         -rm -f libtool  
295    
296  distclean: distclean-recursive  distclean: distclean-recursive
297    
# Line 312  dvi-recursive mostlyclean-recursive dist Line 310  dvi-recursive mostlyclean-recursive dist
310  maintainer-clean-recursive tags tags-recursive mostlyclean-tags \  maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
311  distclean-tags clean-tags maintainer-clean-tags distdir info-am info \  distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
312  dvi-am dvi check check-am installcheck-am installcheck install-exec-am \  dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
313  install-exec install-data-am install-data install-am install \  install-exec install-data-local install-data-am install-data install-am \
314  uninstall-am uninstall all-redirect all-am all installdirs-am \  install uninstall-am uninstall all-redirect all-am all installdirs-am \
315  installdirs mostlyclean-generic distclean-generic clean-generic \  installdirs mostlyclean-generic distclean-generic clean-generic \
316  maintainer-clean-generic clean mostlyclean distclean maintainer-clean  maintainer-clean-generic clean mostlyclean distclean maintainer-clean
317    
318    
319    install-data-local:
320            ln -s $(pkgincludedir)/$(TARGET_ARCH) $(pkgincludedir)/machine
321    
322  # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
323  # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
324  .NOEXPORT:  .NOEXPORT:

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26