1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Remove common multiple file compilation commands.

This commit is contained in:
Geoff Voelker 1999-03-06 02:15:46 +00:00
parent 967c164cf7
commit 47373a1fdb
3 changed files with 0 additions and 27 deletions

View File

@ -217,14 +217,6 @@ $(DOC): $(BLD)\make-docfile.exe
{$(BLD)}.obj{$(BLD)}.exe:
$(LINK) -out:$@ $(LINK_FLAGS) $*.obj $(LIBS)
!IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)")
.c{$(BLD)}.obj:
$(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
!ELSE
.c{$(BLD)}.obj::
$(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
!ENDIF
#
# Build the executables
#

View File

@ -29,14 +29,6 @@ TRES = $(BLD)\emacs.res
TRES = $(BLD)\emacs.rbj
!endif
!IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)")
.c{$(BLD)}.obj:
$(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
!ELSE
.c{$(BLD)}.obj::
$(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
!ENDIF
addpm: $(BLD) $(BLD)\addpm.exe
$(BLD)\addpm.obj: addpm.c
$(BLD)\addpm.exe: $(BLD)\addpm.obj

View File

@ -252,17 +252,6 @@ $(TLIBW32): $(WIN32OBJ)
$(TLASTLIB): $(BLD)\lastfile.obj
@- $(AR) -out:$@ $**
#
# Object files.
#
!IF ("$(_NMAKE_VER)" == "$(_NMAKE_VER_4)")
.c{$(BLD)}.obj:
$(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
!ELSE
.c{$(BLD)}.obj::
$(CC) $(CFLAGS) -Fo$(OBJDIR)\i386\ $<
!ENDIF
#
# Assuming INSTALL_DIR is defined, build and install emacs in it.
#