root/trunk/src/Makefile.mak

Revision 2564, 256 bytes (checked in by aj, 3 years ago)

use ltdl not scdl.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1TOPDIR = ..
2
3!INCLUDE $(TOPDIR)\win32\Make.rules.mak
4
5SUBDIRS = include common scconf libopensc tests pkcs15init pkcs11 tools
6
7all::
8
9all depend install clean::
10        @for %i in ( $(SUBDIRS) ) do \
11                @cmd /c "cd %i && $(MAKE) /nologo /f Makefile.mak $@"
Note: See TracBrowser for help on using the browser.