~ubuntu-branches/ubuntu/trusty/keepalived/trusty

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2005-04-29 23:22:40 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050429232240-a8m3jtpi3cvuyyy2
Tags: 1.1.11-3
Added a warning about sarge kernels to README.Debian and 
the package description 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# Keepalived OpenSource project.
4
4
#
5
 
# Copyright (C) 2001-2004 Alexandre Cassen, <acassen@linux-vs.org>
 
5
# Copyright (C) 2001-2005 Alexandre Cassen, <acassen@linux-vs.org>
6
6
 
7
7
CC       = @CC@
8
8
INCLUDES = -I.
12
12
COMPILE  = $(CC) $(CFLAGS) $(DEFS)
13
13
 
14
14
OBJS =  memory.o utils.o notify.o timer.o scheduler.o \
15
 
        vector.o list.o html.o parser.o watchdog.o
 
15
        vector.o list.o html.o parser.o signals.o
16
16
HEADERS = $(OBJS:.o=.h)
17
17
 
18
18
.c.o:
26
26
distclean: clean
27
27
        rm -f Makefile
28
28
 
29
 
memory.o: memory.c memory.h
 
29
memory.o: memory.c memory.h utils.h
30
30
utils.o: utils.c utils.h
31
31
notify.o: notify.c notify.h
32
32
timer.o: timer.c timer.h
35
35
list.o: list.c list.h memory.h
36
36
html.o: html.c html.h memory.h
37
37
parser.o: parser.c parser.h memory.h
38
 
watchdog.o: watchdog.c watchdog.h scheduler.h memory.h parser.h
 
38
signals.o: signals.c signals.h