|
@@ -9,7 +9,7 @@ main=rtl
|
|
|
loaders=$(LOADERS)
|
|
|
units=$(SYSTEMUNIT) $(SYSINIT_UNITS) $(CPU_UNITS) \
|
|
|
$(UUCHARUNIT) unixtype ctypes baseunix strings $(OBJPASUNIT) $(MACPASUNIT) $(ISO7185UNIT) $(EXTPASUNIT) syscall unixutil \
|
|
|
- $(FPINTRESUNIT) $(HEAPTRCUNIT) $(LINEINFOUNIT) lnfodwrf termio unix linux initc cmem \
|
|
|
+ $(FPINTRESUNIT) $(HEAPTRCUNIT) $(LINEINFOUNIT) $(LNFODWRFUNIT) termio unix linux initc cmem \
|
|
|
linuxvcs sysutils typinfo math charset cpall character \
|
|
|
getopts errors dl dynlibs \
|
|
|
types sysconst cthreads sortbase classes fgl \
|
|
@@ -233,9 +233,6 @@ mmx$(PPUEXT) : $(PROCINC)/mmx.pp cpu$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
|
|
getopts$(PPUEXT) : $(INC)/getopts.pp $(SYSTEMUNIT)$(PPUEXT)
|
|
|
$(COMPILER) $(INC)/getopts.pp
|
|
|
|
|
|
-lnfodwrf$(PPUEXT) : $(INC)/lnfodwrf.pp $(SYSTEMUNIT)$(PPUEXT) sysutils$(PPUEXT) $(LINEINFOUNIT)$(PPUEXT)
|
|
|
- $(COMPILER) $(INC)/lnfodwrf.pp
|
|
|
-
|
|
|
charset$(PPUEXT) : $(INC)/charset.pp $(SYSTEMUNIT)$(PPUEXT)
|
|
|
$(COMPILER) $(INC)/charset.pp
|
|
|
|