osmocom
/
vovida-gsml
Archived
11
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
vovida-gsml/data/mnet/Common/Java/AlarmApplet/com/jetcell/MibWM/Makefile

41 lines
1.2 KiB
Makefile

####################################################################
#
# FILE NAME: Makefile
#
# DESCRIPTION: This makefile creates the vipercell related class
# files
# COMPONENTS:
#
#
# NOTES:
#
# (C) Copyright 1999 JetCell Inc., CA, USA http://www.jetcell.com/
#
# REVISION HISTORY
#__________________________________________________________________
#----------+--------+----------------------------------------------
# Name | Date | Reason
#----------+--------+----------------------------------------------
# Bhawani |11/28/99| Initial Draft
#----------+--------+----------------------------------------------
####################################################################
#/
CODEBASE = ../../../../
include $(CODEBASE)/java.mk
all: $(CLASS_LIST)
clean:
-$(RM) *.java
-$(RM) *.class
cleanall:
-$(RM) *.java
-$(RM) *.class