Makefile.deps
author viric@llimona
Sun, 07 May 2006 13:33:25 +0200
changeset 24 bb3bb8584190
permissions -rw-r--r--
Porting from sokoban/caixes the makefile system.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     1
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     2
all: sokosol
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     3
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     4
sokosol: map.o sokosol.o os.o algorithm.o
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     5
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     6
map.o: map.c general.h
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     7
sokosol.o: sokosol.c general.h
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     8
os.o: os.c general.h
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     9
algorithm.o: algorithm.c general.h
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
    10
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
    11
clean:
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
    12
	rm -f sokosol *.o