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

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

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

revision 1.1.1.1 by jrydberg, Fri Dec 7 02:06:56 2001 UTC revision 1.2 by jrydberg, Sat Jan 5 00:08:30 2002 UTC
# Line 58  POST_INSTALL = : Line 58  POST_INSTALL = :
58  NORMAL_UNINSTALL = :  NORMAL_UNINSTALL = :
59  PRE_UNINSTALL = :  PRE_UNINSTALL = :
60  POST_UNINSTALL = :  POST_UNINSTALL = :
61    build_alias = @build_alias@
62    build_triplet = @build@
63  host_alias = @host_alias@  host_alias = @host_alias@
64  host_triplet = @host@  host_triplet = @host@
65  AS = @AS@  target_alias = @target_alias@
66    target_triplet = @target@
67    AR = @AR@
68  CC = @CC@  CC = @CC@
69  DLLTOOL = @DLLTOOL@  CPP = @CPP@
 ECHO = @ECHO@  
 EXEEXT = @EXEEXT@  
70  LD = @LD@  LD = @LD@
71  LIBGCC = @LIBGCC@  LIBGCC = @LIBGCC@
 LIBTOOL = @LIBTOOL@  
 LN_S = @LN_S@  
72  MAINT = @MAINT@  MAINT = @MAINT@
73  MAKEINFO = @MAKEINFO@  MAKEINFO = @MAKEINFO@
74  NCPUS = @NCPUS@  NCPUS = @NCPUS@
 OBJDUMP = @OBJDUMP@  
 OBJEXT = @OBJEXT@  
75  PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
76  RANLIB = @RANLIB@  RANLIB = @RANLIB@
 STRIP = @STRIP@  
77  TARGET_ARCH = @TARGET_ARCH@  TARGET_ARCH = @TARGET_ARCH@
78  TARGET_MACHINE = @TARGET_MACHINE@  TARGET_MACHINE = @TARGET_MACHINE@
79  VERSION = @VERSION@  VERSION = @VERSION@
80  WITH_SMP = @WITH_SMP@  WITH_SMP = @WITH_SMP@
81    cross_linkable = @cross_linkable@
82  dep_theader_file = @dep_theader_file@  dep_theader_file = @dep_theader_file@
83  dep_tmake_file = @dep_tmake_file@  dep_tmake_file = @dep_tmake_file@
84  theader_file = @theader_file@  theader_file = @theader_file@
85  tmake_file = @tmake_file@  tmake_file = @tmake_file@
86    
87  pkgincludedir = $(includedir)/$(PACKAGE)/i386  pkgincludedir = $(includedir)/$(PACKAGE)/i386
88  pkginclude_HEADERS = vm-param.h  pkginclude_HEADERS = vm-param.h thread-state.h
89  mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
90  CONFIG_CLEAN_FILES =  CONFIG_CLEAN_FILES =
91  HEADERS =  $(pkginclude_HEADERS)  HEADERS =  $(pkginclude_HEADERS)
# Line 218  clean-am:  clean-tags clean-generic most Line 216  clean-am:  clean-tags clean-generic most
216  clean: clean-am  clean: clean-am
217    
218  distclean-am:  distclean-tags distclean-generic clean-am  distclean-am:  distclean-tags distclean-generic clean-am
         -rm -f libtool  
219    
220  distclean: distclean-am  distclean: distclean-am
221    

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

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