comparison Makefile @ 176:bcf0d6286b5c

disabled compiling mplayerHQ by default
author arpi_esp
date Tue, 20 Mar 2001 22:13:05 +0000
parents 34e9f41cce6d
children 0c8dc789b42e
comparison
equal deleted inserted replaced
175:d43c7e6412f0 176:bcf0d6286b5c
25 25
26 .SUFFIXES: .c .o 26 .SUFFIXES: .c .o
27 27
28 # .PHONY: all clean 28 # .PHONY: all clean
29 29
30 all: $(PRG) $(PRG_HQ) 30 all: $(PRG)
31 # $(PRG_AVIP) 31 # $(PRG_AVIP)
32 32
33 .c.o: 33 .c.o:
34 $(CC) -c $(CFLAGS) -o $@ $< 34 $(CC) -c $(CFLAGS) -o $@ $<
35 35