summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2012-09-25 23:43:26 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2012-09-25 23:43:26 -0400
commit611b7507a8eb63d0c3fd8b5c6182920453292688 (patch)
tree4b389019c5ed0e74ad314f5ce3a84cc3975d8230 /src/makefile.w32-in
parent6521894d1aa5a1017dd6f3f55b5e7c11dde5d004 (diff)
downloademacs-611b7507a8eb63d0c3fd8b5c6182920453292688.tar.gz
* src/makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
($(BLD)/profiler.$(O)): New target.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index bdb292099bc..f89a4c83ee7 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -125,6 +125,7 @@ OBJ2 = $(BLD)/sysdep.$(O) \
$(BLD)/terminal.$(O) \
$(BLD)/menu.$(O) \
$(BLD)/xml.$(O) \
+ $(BLD)/profiler.$(O) \
$(BLD)/w32term.$(O) \
$(BLD)/w32xfns.$(O) \
$(BLD)/w32fns.$(O) \
@@ -222,7 +223,7 @@ GLOBAL_SOURCES = dosfns.c msdos.c \
process.c callproc.c unexw32.c \
region-cache.c sound.c atimer.c \
doprnt.c intervals.c textprop.c composite.c \
- gnutls.c xml.c
+ gnutls.c xml.c profiler.c
SOME_MACHINE_OBJECTS = dosfns.o msdos.o \
xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o dbusbind.o
obj = $(GLOBAL_SOURCES:.c=.o)
@@ -966,6 +967,11 @@ $(BLD)/xml.$(O) : \
$(CONFIG_H) \
$(LISP_H)
+$(BLD)/profiler.$(O) : \
+ $(SRC)/profiler.c \
+ $(CONFIG_H) \
+ $(LISP_H)
+
$(BLD)/image.$(O) : \
$(SRC)/image.c \
$(SRC)/epaths.h \