more win32 Makefiles
update depend substitution instructions.
This commit is contained in:
@@ -1080,10 +1080,14 @@ $(O)panic.o: $(U)panic.c $(CONFIG_H)
|
|||||||
|
|
||||||
#
|
#
|
||||||
# The rest are stolen from sys/unix/Makefile.src,
|
# The rest are stolen from sys/unix/Makefile.src,
|
||||||
# with slashes changed to back-slashes
|
# with the following changes:
|
||||||
# and -c (which is included in CFLAGS) substituted
|
# * ../include changed to $(INCL)
|
||||||
# with -o$@ , but otherwise untouched. That
|
# * slashes changed to back-slashes
|
||||||
# means that there is some irrelevant stuff
|
# * -c (which is included in CFLAGS) substituted
|
||||||
|
# with -o$@
|
||||||
|
# * $(CC) changed to $(cc)
|
||||||
|
# but otherwise untouched.
|
||||||
|
# That means that there is some irrelevant stuff
|
||||||
# in here, but maintenance should be easier.
|
# in here, but maintenance should be easier.
|
||||||
#
|
#
|
||||||
$(O)tos.o: ..\sys\atari\tos.c $(HACK_H) $(INCL)\tcap.h
|
$(O)tos.o: ..\sys\atari\tos.c $(HACK_H) $(INCL)\tcap.h
|
||||||
|
|||||||
@@ -1078,11 +1078,15 @@ $(O)panic.o: $(U)panic.c $(CONFIG_H)
|
|||||||
|
|
||||||
#
|
#
|
||||||
# The rest are stolen from sys/unix/Makefile.src,
|
# The rest are stolen from sys/unix/Makefile.src,
|
||||||
# and -c (which is included in CFLAGS) substituted
|
# with the following changes:
|
||||||
# with -o$@ , and targets prefixed with $(O)
|
# * ../include changed to $(INCL)
|
||||||
# but otherwise untouched. That means that there
|
# * -c (which is included in CFLAGS) substituted
|
||||||
# is some irrelevant stuff in here, but maintenance
|
# with -o$@
|
||||||
# should be easier.
|
# * targets prefixed with $(O)
|
||||||
|
# * $(CC) changed to $(cc)
|
||||||
|
# but otherwise untouched.
|
||||||
|
# That means that there is some irrelevant stuff
|
||||||
|
# in here, but maintenance should be easier.
|
||||||
#
|
#
|
||||||
$(O)tos.o: ../sys/atari/tos.c $(HACK_H) $(INCL)/tcap.h
|
$(O)tos.o: ../sys/atari/tos.c $(HACK_H) $(INCL)/tcap.h
|
||||||
$(cc) $(CFLAGS) -o$@ ../sys/atari/tos.c
|
$(cc) $(CFLAGS) -o$@ ../sys/atari/tos.c
|
||||||
|
|||||||
@@ -1112,12 +1112,12 @@ $(O)panic.o: $(U)panic.c $(CONFIG_H)
|
|||||||
#
|
#
|
||||||
# The rest are stolen from sys/unix/Makefile.src,
|
# The rest are stolen from sys/unix/Makefile.src,
|
||||||
# with the following changes:
|
# with the following changes:
|
||||||
# slashes changed to back-slashes
|
# * ../include changed to $(INCL)
|
||||||
# -c (which is included in CFLAGS) substituted with -Fo$@
|
# * slashes changed to back-slashes
|
||||||
# s/..\include/$(INCL)
|
# * -c (which is included in CFLAGS) substituted with -Fo$@
|
||||||
# targets prefixed with $(O)
|
# * targets prefixed with $(O)
|
||||||
# but otherwise untouched. That
|
# but otherwise untouched.
|
||||||
# means that there is some irrelevant stuff
|
# That means that there is some irrelevant stuff
|
||||||
# in here, but maintenance should be easier.
|
# in here, but maintenance should be easier.
|
||||||
#
|
#
|
||||||
$(O)tos.o: ..\sys\atari\tos.c $(HACK_H) $(INCL)\tcap.h
|
$(O)tos.o: ..\sys\atari\tos.c $(HACK_H) $(INCL)\tcap.h
|
||||||
|
|||||||
Reference in New Issue
Block a user