Mercurial > mplayer.hg
comparison libdha/Makefile @ 4167:36fb2dcd3ccc
Fix for cygwin.
author | atmos4 |
---|---|
date | Tue, 15 Jan 2002 12:10:19 +0000 |
parents | 54528d9dad53 |
children | 8c17f26ec41a |
comparison
equal
deleted
inserted
replaced
4166:a5ce64929fac | 4167:36fb2dcd3ccc |
---|---|
2 | 2 |
3 include ../config.mak | 3 include ../config.mak |
4 | 4 |
5 VERSION = 0.1 | 5 VERSION = 0.1 |
6 | 6 |
7 ifeq ($(TARGET_OS),CYGWIN) | |
8 SHORTNAME = libdha.dll | |
9 else | |
7 SHORTNAME = libdha.so | 10 SHORTNAME = libdha.so |
11 endif | |
8 LIBNAME = libdha-$(VERSION).so | 12 LIBNAME = libdha-$(VERSION).so |
9 | 13 |
10 SRCS=libdha.c pci.c pci_names.c | 14 SRCS=libdha.c pci.c pci_names.c |
11 OBJS=$(SRCS:.c=.o) | 15 OBJS=$(SRCS:.c=.o) |
12 | 16 |