Changeset 57da960 for protocols/skype/Makefile
- Timestamp:
- 2011-12-10T22:43:10Z (13 years ago)
- Branches:
- master
- Children:
- 8b39b1a
- Parents:
- 06b5893
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/Makefile
r06b5893 r57da960 1 1 -include ../../Makefile.settings 2 2 ifdef SRCDIR 3 SRCDIR := $(SRCDIR)protoc ls/skype/3 SRCDIR := $(SRCDIR)protocols/skype/ 4 4 endif 5 5 … … 23 23 all: $(LIBS) $(MANPAGES) 24 24 25 skype.$(SHARED_EXT): skype.c config.mak25 skype.$(SHARED_EXT): $(SRCDIR)skype.c config.mak 26 26 ifeq ($(BITLBEE),yes) 27 $(CC) $(CFLAGS) $(SHARED_FLAGS) -o skype.$(SHARED_EXT) skype.c $(LDFLAGS)27 $(CC) $(CFLAGS) $(SHARED_FLAGS) -o skype.$(SHARED_EXT) $(SRCDIR)skype.c $(LDFLAGS) 28 28 endif 29 29 … … 47 47 endif 48 48 49 client: client.c49 client: $(SRCDIR)client.c 50 50 51 51 autogen: configure.ac … … 57 57 58 58 distclean: clean 59 rm -f config.log config.mak config.status 59 rm -f config.log config.mak config.status skyped.1 60 60 61 61 autoclean: distclean … … 103 103 git shortlog -s -n |sed 's/.*\t//'> AUTHORS 104 104 105 %.1: %.txtasciidoc.conf106 a2x --asciidoc-opts="-f asciidoc.conf" \105 %.1: $(SRCDIR)%.txt $(SRCDIR)asciidoc.conf 106 a2x --asciidoc-opts="-f $(SRCDIR)asciidoc.conf" \ 107 107 -a bs_version=$(VERSION) -a bs_date=$(DATE) -f manpage $<
Note: See TracChangeset
for help on using the changeset viewer.