Last change
on this file since 227 was
227,
checked in by titer, 16 years ago
|
Re-link transmissioncli and transmission-gtk when libtransmission.a
has changed
|
File size:
597 bytes
|
Line | |
---|
1 | include ../Makefile.config |
---|
2 | include ../Makefile.common |
---|
3 | |
---|
4 | SRCS = conf.c dialogs.c main.c trcellrenderertorrent.c util.c |
---|
5 | OBJS = $(SRCS:%.c=%.o) |
---|
6 | |
---|
7 | CFLAGS += $(CFLAGS_GTK) -I../libtransmission |
---|
8 | LDFLAGS += $(LDFLAGS_GTK) ../libtransmission/libtransmission.a |
---|
9 | |
---|
10 | transmission-gtk: $(OBJS) ../libtransmission/libtransmission.a |
---|
11 | $(LINK_RULE) |
---|
12 | |
---|
13 | %.o: %.c ../Makefile.config ../Makefile.common Makefile |
---|
14 | $(CC_RULE) |
---|
15 | |
---|
16 | clean: |
---|
17 | @echo "Clean transmission-gtk" |
---|
18 | @$(RM) transmission-gtk |
---|
19 | @echo "Clean $(OBJS)" |
---|
20 | @$(RM) $(OBJS) |
---|
21 | |
---|
22 | .depend: $(SRCS) ../Makefile.config ../Makefile.common Makefile |
---|
23 | $(DEP_RULE) |
---|
24 | |
---|
25 | -include .depend |
---|
Note: See
TracBrowser
for help on using the repository browser.