Browse Source

* clear varutils.rst

peter 25 years ago
parent
commit
cc806c400d
6 changed files with 18 additions and 19 deletions
  1. 3 3
      rtl/go32v2/Makefile
  2. 1 1
      rtl/go32v2/Makefile.fpc
  3. 4 4
      rtl/os2/Makefile
  4. 3 3
      rtl/os2/Makefile.fpc
  5. 4 4
      rtl/win32/Makefile
  6. 3 4
      rtl/win32/Makefile.fpc

+ 3 - 3
rtl/go32v2/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v1.00 [2000/09/01]
+# Makefile generated by fpcmake v1.00 [2000/09/02]
 #
 
 defaultrule: all
@@ -204,7 +204,7 @@ endif
 
 override LOADEROBJECTS+=prt0 exceptn fpu
 override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings go32 dpmiexcp initc ports profile dxeload emu387 dos crt objects printer graph sysutils math typinfo cpu mmx getopts heaptrc lineinfo msmouse varutils
-override RSTOBJECTS+=math
+override RSTOBJECTS+=math varutils
 
 # Clean
 
@@ -1156,7 +1156,7 @@ fpc_distclean: fpc_clean
 # Also run clean first if targetdir is set. Unittargetdir is always
 # set if targetdir or unittargetdir is specified
 ifdef UNITTARGETDIR
-TARGETDIRCLEAN=clean
+TARGETDIRCLEAN=fpc_clean
 endif
 
 fpc_cleanall: $(CLEANTARGET) $(TARGETDIRCLEAN)

+ 1 - 1
rtl/go32v2/Makefile.fpc

@@ -10,7 +10,7 @@ units=$(SYSTEMUNIT) objpas strings \
       sysutils math typinfo \
       cpu mmx getopts heaptrc lineinfo \
       msmouse varutils
-rst=math
+rst=math varutils
 
 [require]
 rtl=0

+ 4 - 4
rtl/os2/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v1.00 [2000/09/01]
+# Makefile generated by fpcmake v1.00 [2000/09/02]
 #
 
 defaultrule: all
@@ -193,8 +193,8 @@ endif
 # Targets
 
 override LOADEROBJECTS+=prt0 prt1 code2 code3
-override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings ports os2def doscalls moncalls kbdcalls moucalls viocalls pmbitmap pmwin pmgpi dive pmerr dos crt objects printer sysutils math typinfo ucomplex cpu mmx getopts heaptrc lineinfo varutils
-override RSTOBJECTS+=math
+override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings ports os2def doscalls moncalls kbdcalls moucalls viocalls pmbitmap pmwin pmgpi dive pmerr dos crt objects printer sysutils math typinfo varutils ucomplex cpu mmx getopts heaptrc lineinfo
+override RSTOBJECTS+=math varutils
 
 # Clean
 
@@ -1146,7 +1146,7 @@ fpc_distclean: fpc_clean
 # Also run clean first if targetdir is set. Unittargetdir is always
 # set if targetdir or unittargetdir is specified
 ifdef UNITTARGETDIR
-TARGETDIRCLEAN=clean
+TARGETDIRCLEAN=fpc_clean
 endif
 
 fpc_cleanall: $(CLEANTARGET) $(TARGETDIRCLEAN)

+ 3 - 3
rtl/os2/Makefile.fpc

@@ -8,9 +8,9 @@ units=$(SYSTEMUNIT) objpas strings \
       ports os2def doscalls moncalls kbdcalls moucalls viocalls \
       pmbitmap pmwin pmgpi dive pmerr \
       dos crt objects printer \
-      sysutils math typinfo \
-      ucomplex cpu mmx getopts heaptrc lineinfo varutils
-rst=math
+      sysutils math typinfo varutils \
+      ucomplex cpu mmx getopts heaptrc lineinfo
+rst=math varutils
 
 [require]
 rtl=0

+ 4 - 4
rtl/win32/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v1.00 [2000/09/01]
+# Makefile generated by fpcmake v1.00 [2000/09/02]
 #
 
 defaultrule: all
@@ -198,8 +198,8 @@ endif
 # Targets
 
 override LOADEROBJECTS+=wprt0 wdllprt0
-override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings windows ole2 opengl32 os_types winsock initc dos crt objects graph sysutils typinfo math cpu mmx getopts heaptrc lineinfo wincrt winmouse sockets printer dynlibs varutils
-override RSTOBJECTS+=math
+override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings windows ole2 opengl32 os_types winsock initc dos crt objects graph sysutils typinfo math varutils cpu mmx getopts heaptrc lineinfo wincrt winmouse sockets printer dynlibs
+override RSTOBJECTS+=math varutils
 
 # Clean
 
@@ -1151,7 +1151,7 @@ fpc_distclean: fpc_clean
 # Also run clean first if targetdir is set. Unittargetdir is always
 # set if targetdir or unittargetdir is specified
 ifdef UNITTARGETDIR
-TARGETDIRCLEAN=clean
+TARGETDIRCLEAN=fpc_clean
 endif
 
 fpc_cleanall: $(CLEANTARGET) $(TARGETDIRCLEAN)

+ 3 - 4
rtl/win32/Makefile.fpc

@@ -7,11 +7,10 @@ loaders=wprt0 wdllprt0
 units=$(SYSTEMUNIT) objpas strings \
       windows ole2 opengl32 os_types winsock initc \
       dos crt objects graph \
-      sysutils typinfo math \
+      sysutils typinfo math varutils \
       cpu mmx getopts heaptrc lineinfo \
-      wincrt winmouse sockets printer dynlibs varutils
-
-rst=math
+      wincrt winmouse sockets printer dynlibs
+rst=math varutils
 
 [require]
 rtl=0