Changeset 7fa5c19 for protocols/skype/Makefile
- Timestamp:
- 2012-02-11T12:55:45Z (13 years ago)
- Branches:
- master
- Children:
- eb54f56
- Parents:
- 23445b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/skype/Makefile
r23445b6 r7fa5c19 1 1 -include ../../Makefile.settings 2 ifdef SRCDIR3 SRCDIR := $(SRCDIR)protocols/skype/2 ifdef _SRCDIR_ 3 _SRCDIR_ := $(_SRCDIR_)protocols/skype/ 4 4 endif 5 5 … … 25 25 all: $(LIBS) $(MANPAGES) 26 26 27 skype.$(SHARED_EXT): $( SRCDIR)skype.c config.mak27 skype.$(SHARED_EXT): $(_SRCDIR_)skype.c config.mak 28 28 ifeq ($(BITLBEE),yes) 29 $(CC) $(CFLAGS) $(SHARED_FLAGS) -o skype.$(SHARED_EXT) $( SRCDIR)skype.c $(LDFLAGS)29 $(CC) $(CFLAGS) $(SHARED_FLAGS) -o skype.$(SHARED_EXT) $(_SRCDIR_)skype.c $(LDFLAGS) 30 30 endif 31 31 … … 45 45 endif 46 46 47 client: $( SRCDIR)client.c47 client: $(_SRCDIR_)client.c 48 48 49 49 autogen: configure.ac … … 103 103 git shortlog -s -n |sed 's/.*\t//'> AUTHORS 104 104 105 %.1: $( SRCDIR)%.txt $(SRCDIR)asciidoc.conf106 a2x --asciidoc-opts="-f $( SRCDIR)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 -D . $<
Note: See TracChangeset
for help on using the changeset viewer.