Makefile 378 B

1234567891011
  1. -include ../../../Rules.make
  2. export PATH=/bin:/sbin:/usr/bin:$(SDK_PATH_TARGET)/usr/bin:$PATH
  3. all: Internal485ProtocolTaskLib PsuCommProtocolLib
  4. Internal485ProtocolTaskLib:
  5. rm -f libInternal485Protocol.a; $(CC) -static Internal485Protocol.c -lInternal485Protocol
  6. PsuCommProtocolLib:
  7. rm -f libPsuCommProtocol.a; $(CC) -static PsuCommProtocol.c -lPsuCommProtocol