4 CFLAGS
= -g
-O0
-Wall
-ansi
-pedantic
7 OBJS
= allegrex.o analyser.o decoder.o switches.o subroutines.o liveness.o \
8 structures.o cfg.o dataflow.o operations.o ssa.o graph.o outgraph.o \
9 outcode.o output.o prx.o nids.o hash.o lists.o alloc.o utils.o \
10 constants.o relocs.o module.o main.o
11 TARGET
= pspdecompiler
14 $(CC
) -o
$(TARGET
) $(OBJS
) $(LIBS
)
17 $(CC
) $(CFLAGS
) -c
-o
$@
$<
23 rm -f
$(OBJS
) $(TARGET
)