Community
Participate
Working Groups
#**********************************************************************
# Copyright (c) 2000, 2005 IBM Corporation and others.
# Copyright (c) 2000, 2006 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
LIB_NAME = liblocalfile_1_0_0.jnilib
ARCHS = -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386
core:
cc -I /System/Library/Frameworks/JavaVM.framework/Headers localfile.c -o $(LIB_NAME) -bundle -framework JavaVM -framework CoreServices
cc $(ARCHS) -I /System/Library/Frameworks/JavaVM.framework/Headers localfile.c -o $(LIB_NAME) -bundle -framework JavaVM -framework CoreServices
clean:
rm *.o