view libgaim/win32/rules.mak @ 14321:611ca4e7b429

[gaim-migrate @ 17016] this ought to fix debian bug 384463 committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 24 Aug 2006 17:01:05 +0000
parents 8793fc8f7064
children e88aae4f4c40
line wrap: on
line source

# Rules on how to make object files from various sources

%.o: %.c
	$(CC) $(CFLAGS) $(DEFINES) $(INCLUDE_PATHS) -o $@ -c $<

%.c: %.xs
	$(PERL) $(EXTUTILS)/xsubpp -typemap $(EXTUTILS)/typemap -typemap typemap $< > $@

%.o: %.rc
	$(WINDRES) -i $< -o $@