Mercurial > mplayer.hg
comparison vidix/drivers/Makefile @ 11221:5c6e899ee6f3
handle sis_vid the same way as the other drivers
author | faust3 |
---|---|
date | Wed, 22 Oct 2003 16:45:33 +0000 |
parents | 3bac281db5a1 |
children | 3e5704e7b35f |
comparison
equal
deleted
inserted
replaced
11220:cf4339e05e73 | 11221:5c6e899ee6f3 |
---|---|
121 | 121 |
122 $(SIS_OBJS): $(SIS_SRCS) | 122 $(SIS_OBJS): $(SIS_SRCS) |
123 $(CC) -c $(SIS_CFLAGS) -o $@ $(basename $@).c | 123 $(CC) -c $(SIS_CFLAGS) -o $@ $(basename $@).c |
124 | 124 |
125 $(SIS_VID): $(SIS_OBJS) | 125 $(SIS_VID): $(SIS_OBJS) |
126 $(LD) -g $(SIS_LIBS) -shared -soname $(SIS_VID) -o $(SIS_VID) $(SIS_OBJS) | 126 $(CC) -shared $(SIS_OBJS) $(SIS_LIBS) -Wl,-soname,$(SIS_VID) -o $(SIS_VID) |
127 | 127 |
128 clean: | 128 clean: |
129 rm -f *.o *.so *~ | 129 rm -f *.o *.so *~ |
130 | 130 |
131 distclean: | 131 distclean: |