Revision 94b84740
Von cstim vor mehr als 21 Jahren hinzugefügt
src/Makefile.am | ||
---|---|---|
dll: $(DLL_NAME)
|
||
|
||
dll-install: dll
|
||
$(INSTALL) -D $(DLL_NAME) $(DESTDIR)/c/windows/$(DLL_NAME)
|
||
$(INSTALL) -D $(DLL_NAME) $(DESTDIR)$(WIN_PATH_SYSTEM_MINGW)/$(DLL_NAME)
|
||
|
||
ressource.o: ressource.rc
|
||
$(WINDRES) -i $< -o $@
|
||
... | ... | |
$(DLLTOOL) -e exports.o $(DLL_OBJS)
|
||
|
||
endif
|
||
|
||
CLEANFILES = $(DLL_NAME) $(DLL_EXP_LIB) $(DLL_EXP_DEF)
|
Auch abrufbar als: Unified diff
Add rule for CLEANFILES.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@239 70169cfe-8b10-0410-8925-dcb4b91034d8