Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 865ca54792a9d555e42fa2820aee2878 > files > 32

gammu-1.34.0-1.mga5.i586.rpm

# Path to directory, where is gammu built
GAMMU_BUILD=../../../build-configure/

CFLAGS=$(shell PKG_CONFIG_PATH=$(GAMMU_BUILD)/pkgconfig pkg-config --cflags --libs gammu-smsd) $(shell PKG_CONFIG_PATH=$(GAMMU_BUILD)/pkgconfig pkg-config --cflags --libs gammu) -Wall

ALL=phone-info sms-send smsd

.PHONY: all clean

all: $(ALL)

clean: 
	rm -f $(ALL)

%:%.c
	$(CC) $< $(CFLAGS) -o $@