/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Gustav Hatvigsson
  • Date: 2014-04-14 07:33:32 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140414073332-eagun3d8y56k3dtd
* Switched to GKeyFile instead of GSettings, for the time being.

** This is untested code **

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        ./obj/GPumpAuth.o\
10
10
        ./obj/GPumpCommentContainer.o\
11
11
        ./obj/GPumpPostContainer.o\
12
 
        ./obj/GPumpProfiles.o
 
12
        ./obj/GPumpProfiles.o\
 
13
        ./obj/GPumpSettings.o\
 
14
        ./obj/GPumpSettingsData.o
13
15
 
14
16
DEPS=./src/*.h
15
17
 
20
22
obj/%.o: src/%.c $(DEPS)
21
23
        mkdir -p ./obj
22
24
        $(CC) $(CFLAGS) $(LIBS) -c -o $@ $< 
 
25
 
 
26
.PHONY: run clean
 
27
.IGNORE: run clean
 
28
 
 
29
clean:
 
30
        rm ./obj/ -R
 
31
        rm ./bin/ -R
 
32
 
 
33
run: $(EXEC)
 
34
        ./bin/gpump