/protocols/smpp/misc/Makefile
http://mobicents.googlecode.com/ · Makefile · 39 lines · 5 code · 4 blank · 30 comment · 0 complexity · e857a8601a83020562d1ce9c48732a49 MD5 · raw file
- #
- # Java SMPP API
- # Copyright (C) 1998 - 2002 by Oran Kelly
- #
- # This library is free software; you can redistribute it and/or
- # modify it under the terms of the GNU Lesser General Public
- # License as published by the Free Software Foundation; either
- # version 2.1 of the License, or (at your option) any later version.
- #
- # This library is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- # Lesser General Public License for more details.
- #
- # You should have received a copy of the GNU Lesser General Public
- # License along with this library; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- #
- # A copy of the LGPL can be viewed at http://www.gnu.org/copyleft/lesser.html
- # Java SMPP API author: orank@users.sf.net
- # Java SMPP API Homepage: http://smppapi.sourceforge.net/
- #
- # $Id: Makefile 242 2005-11-14 20:37:19Z orank $
- #
- #
- # Simple makefile for building the stress_recv test.
- #
- CC = gcc
- LDLIBS = -lpthread
- #
- # Implicit rules suffice for my little test..
- #
- all: stress_recv
- clean:
- rm -f stress_recv stress_recv.o