git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Для Linux тепер використовується нова схема конфігураційних файлів
[stg.git]
/
stglibs
/
crypto.lib
/
Makefile
1
###############################################################################
2
# $Id: Makefile,v 1.5 2009/10/09 07:15:48 nobunaga Exp $
3
###############################################################################
4
5
LIB_NAME = stg_crypto
6
PROG = lib$(LIB_NAME)
7
8
SRCS = ag_md5.cpp \
9
blowfish.cpp
10
11
INCS = ag_md5.h \
12
blowfish.h
13
14
include ../Makefile.in