From 0ed7a8b68dd73e2b0473b8127aeca99f3bac9061 Mon Sep 17 00:00:00 2001
From: Thomas Grill <xovo@users.sourceforge.net>
Date: Wed, 1 Apr 2009 21:13:09 +0000
Subject: cleaned up grill externals - replaced with svn:externals to
 svn.grrrr.org/ext/trunk/

svn path=/trunk/; revision=10951
---
 externals/grill/flext/tutorial/attr3/Makefile.am  |  51 -------
 externals/grill/flext/tutorial/attr3/attr3.mcp    | Bin 148873 -> 0 bytes
 externals/grill/flext/tutorial/attr3/attr3.vcproj | 176 ----------------------
 externals/grill/flext/tutorial/attr3/main.cpp     | 157 -------------------
 externals/grill/flext/tutorial/attr3/package.txt  |   2 -
 5 files changed, 386 deletions(-)
 delete mode 100644 externals/grill/flext/tutorial/attr3/Makefile.am
 delete mode 100755 externals/grill/flext/tutorial/attr3/attr3.mcp
 delete mode 100644 externals/grill/flext/tutorial/attr3/attr3.vcproj
 delete mode 100644 externals/grill/flext/tutorial/attr3/main.cpp
 delete mode 100644 externals/grill/flext/tutorial/attr3/package.txt

(limited to 'externals/grill/flext/tutorial/attr3')

diff --git a/externals/grill/flext/tutorial/attr3/Makefile.am b/externals/grill/flext/tutorial/attr3/Makefile.am
deleted file mode 100644
index eb4befbb..00000000
--- a/externals/grill/flext/tutorial/attr3/Makefile.am
+++ /dev/null
@@ -1,51 +0,0 @@
-#
-# automake template
-# added by tim blechmann
-#
-
-NAME = attr3
-
-BUILT_SOURCES = main.cpp
-
-EXTRA_DIST = main.cpp \
-	$(NAME).mcp \
-	$(NAME).vcproj
-
-CXXFLAGS  = @CXXFLAGS@ \
-	@OPT_FLAGS@ \
-	@INCLUDEDIR@ \
-	-I../../source \
-	$(DEFS) \
-	-DFLEXT_SHARED
-
-LDFLAGS = @DYNAMIC_LDFLAGS@ @LDFLAGS@ \
-	$(patsubst %,-framework %,$(FRAMEWORKS))
-
-LIBS = @LIBS@ -lflext-pd
-
-FRAMEWORKS = @FRAMEWORKS@
-
-TARGETDIR = @TARGETDIR@
-
-TARGET =$(NAME).@EXTENSION@
-
-OBJECTS = $(patsubst %.cpp,./%.@OBJEXT@,$(BUILT_SOURCES))
-
-SYSDIR = @SYSDIR@
-
-
-# ----------------------------- targets --------------------------------
-
-all-local: $(OBJECTS)
-	$(CXX) $(LDFLAGS) ./*.@OBJEXT@ $(LIBS) -o ../$(TARGETDIR)/$(TARGET)
-	strip --strip-unneeded ../$(TARGETDIR)/$(TARGET)
-
-./%.@OBJEXT@ : %.cpp 
-	$(CXX) -c $(CXXFLAGS) $< -o $@
-
-clean-local:
-	rm -f ../$(TARGETDIR)/$(TARGET)
-	rm -f ./$(OBJECTS)
-
-install-exec-local:
-	install ../$(TARGET) $(SYSDIR)extra
diff --git a/externals/grill/flext/tutorial/attr3/attr3.mcp b/externals/grill/flext/tutorial/attr3/attr3.mcp
deleted file mode 100755
index 644c96a6..00000000
Binary files a/externals/grill/flext/tutorial/attr3/attr3.mcp and /dev/null differ
diff --git a/externals/grill/flext/tutorial/attr3/attr3.vcproj b/externals/grill/flext/tutorial/attr3/attr3.vcproj
deleted file mode 100644
index 0e2a0680..00000000
--- a/externals/grill/flext/tutorial/attr3/attr3.vcproj
+++ /dev/null
@@ -1,176 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
-	ProjectType="Visual C++"
-	Version="7.10"
-	Name="attr3"
-	SccProjectName="attr3"
-	SccAuxPath=""
-	SccLocalPath="."
-	SccProvider="MSSCCI:Jalindi Igloo">
-	<Platforms>
-		<Platform
-			Name="Win32"/>
-	</Platforms>
-	<Configurations>
-		<Configuration
-			Name="Release|Win32"
-			OutputDirectory=".\msvc"
-			IntermediateDirectory=".\msvc"
-			ConfigurationType="2"
-			UseOfMFC="0"
-			ATLMinimizesCRunTimeLibraryUsage="FALSE"
-			CharacterSet="2">
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="2"
-				InlineFunctionExpansion="1"
-				AdditionalIncludeDirectories="c:\programme\audio\pd\src,..\..\source"
-				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PD"
-				StringPooling="TRUE"
-				RuntimeLibrary="4"
-				EnableFunctionLevelLinking="TRUE"
-				UsePrecompiledHeader="2"
-				PrecompiledHeaderFile=".\msvc/attr3.pch"
-				AssemblerListingLocation=".\msvc/"
-				ObjectFile=".\msvc/"
-				ProgramDataBaseFileName=".\msvc/"
-				WarningLevel="3"
-				SuppressStartupBanner="TRUE"
-				CompileAs="0"/>
-			<Tool
-				Name="VCCustomBuildTool"/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="pd.lib flext-pdwin.lib"
-				OutputFile="../pd-msvc/attr3.dll"
-				LinkIncremental="1"
-				SuppressStartupBanner="TRUE"
-				AdditionalLibraryDirectories="..\..\pd-msvc"
-				ProgramDatabaseFile=".\msvc/attr3.pdb"
-				ImportLibrary=".\msvc/attr3.lib"
-				TargetMachine="1"/>
-			<Tool
-				Name="VCMIDLTool"
-				PreprocessorDefinitions="NDEBUG"
-				MkTypLibCompatible="TRUE"
-				SuppressStartupBanner="TRUE"
-				TargetEnvironment="1"
-				TypeLibraryName=".\msvc/attr3.tlb"
-				HeaderFileName=""/>
-			<Tool
-				Name="VCPostBuildEventTool"/>
-			<Tool
-				Name="VCPreBuildEventTool"/>
-			<Tool
-				Name="VCPreLinkEventTool"/>
-			<Tool
-				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="NDEBUG"
-				Culture="3079"/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"/>
-			<Tool
-				Name="VCWebDeploymentTool"/>
-			<Tool
-				Name="VCManagedWrapperGeneratorTool"/>
-			<Tool
-				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-		</Configuration>
-		<Configuration
-			Name="Debug|Win32"
-			OutputDirectory=".\msvc-debug"
-			IntermediateDirectory=".\msvc-debug"
-			ConfigurationType="2"
-			UseOfMFC="0"
-			ATLMinimizesCRunTimeLibraryUsage="FALSE"
-			CharacterSet="2">
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="0"
-				AdditionalIncludeDirectories="c:\programme\audio\pd\src,..\..\source"
-				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PD"
-				BasicRuntimeChecks="3"
-				RuntimeLibrary="5"
-				UsePrecompiledHeader="2"
-				PrecompiledHeaderFile=".\msvc-debug/attr3.pch"
-				AssemblerListingLocation=".\msvc-debug/"
-				ObjectFile=".\msvc-debug/"
-				ProgramDataBaseFileName=".\msvc-debug/"
-				BrowseInformation="1"
-				WarningLevel="3"
-				SuppressStartupBanner="TRUE"
-				DebugInformationFormat="4"
-				CompileAs="0"/>
-			<Tool
-				Name="VCCustomBuildTool"/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="pd.lib flext_d-pdwin.lib"
-				OutputFile=".\msvc-debug/attr3.dll"
-				LinkIncremental="1"
-				SuppressStartupBanner="TRUE"
-				AdditionalLibraryDirectories="..\..\pd-msvc"
-				GenerateDebugInformation="TRUE"
-				ProgramDatabaseFile=".\msvc-debug/attr3.pdb"
-				ImportLibrary=".\msvc-debug/attr3.lib"
-				TargetMachine="1"/>
-			<Tool
-				Name="VCMIDLTool"
-				PreprocessorDefinitions="_DEBUG"
-				MkTypLibCompatible="TRUE"
-				SuppressStartupBanner="TRUE"
-				TargetEnvironment="1"
-				TypeLibraryName=".\msvc-debug/attr3.tlb"
-				HeaderFileName=""/>
-			<Tool
-				Name="VCPostBuildEventTool"/>
-			<Tool
-				Name="VCPreBuildEventTool"/>
-			<Tool
-				Name="VCPreLinkEventTool"/>
-			<Tool
-				Name="VCResourceCompilerTool"
-				PreprocessorDefinitions="_DEBUG"
-				Culture="3079"/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"/>
-			<Tool
-				Name="VCWebDeploymentTool"/>
-			<Tool
-				Name="VCManagedWrapperGeneratorTool"/>
-			<Tool
-				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-		</Configuration>
-	</Configurations>
-	<References>
-	</References>
-	<Files>
-		<File
-			RelativePath="main.cpp">
-			<FileConfiguration
-				Name="Release|Win32">
-				<Tool
-					Name="VCCLCompilerTool"
-					Optimization="2"
-					AdditionalIncludeDirectories=""
-					PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;PD;$(NoInherit)"/>
-			</FileConfiguration>
-			<FileConfiguration
-				Name="Debug|Win32">
-				<Tool
-					Name="VCCLCompilerTool"
-					Optimization="0"
-					AdditionalIncludeDirectories=""
-					PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;PD;$(NoInherit)"
-					BasicRuntimeChecks="3"
-					BrowseInformation="1"/>
-			</FileConfiguration>
-		</File>
-	</Files>
-	<Globals>
-	</Globals>
-</VisualStudioProject>
diff --git a/externals/grill/flext/tutorial/attr3/main.cpp b/externals/grill/flext/tutorial/attr3/main.cpp
deleted file mode 100644
index 8d37f467..00000000
--- a/externals/grill/flext/tutorial/attr3/main.cpp
+++ /dev/null
@@ -1,157 +0,0 @@
-/* 
-flext tutorial - attributes 3
-
-Copyright (c) 2002,2003 Thomas Grill (xovo@gmx.net)
-For information on usage and redistribution, and for a DISCLAIMER OF ALL
-WARRANTIES, see the file, "license.txt," in this distribution.  
-
--------------------------------------------------------------------------
-
-This is tutorial example "advanced 3" with the usage of attributes.
-
-*/
-
-
-// IMPORTANT: enable attribute processing (specify before inclusion of flext headers!)
-// For clarity, this is done here, but you'd better specify it as a compiler definition
-// FLEXT_ATTRIBUTES must be 0 or 1, 
-#define FLEXT_ATTRIBUTES 1
-
-
-// include flext header
-#include <flext.h>
-
-
-// check for appropriate flext version
-#if !defined(FLEXT_VERSION) || (FLEXT_VERSION < 401)
-#error You need at least flext version 0.4.1
-#endif
-
-
-class attr3:
-	public flext_base
-{
-	FLEXT_HEADER_S(attr3,flext_base,setup)
- 
-public:
-	// constructor with no arguments
-	// initial values are set by attributes at creation time (see help file)
-	attr3():
-		// initialize data members
-		i_down(0),i_up(0),i_count(0),i_step(1)
-	{
-		// --- define inlets and outlets ---
-		AddInAnything(); // default inlet
-		AddInList();	// inlet for bounds
-		AddInInt();		// inlet for step size
-
-		AddOutInt();	// outlet for integer count
-		AddOutBang();	// outlet for bang
-	}
-
-protected:
-
-	void m_reset() { i_count = i_down; }
-
-	void m_set(int argc,t_atom *argv) 
-	{ 
-		i_count = argc?GetAInt(argv[0]):0; 
-	}
-
-	void m_bang()
-	{
-		int f = i_count;
-		i_count += i_step;
-		if(i_down != i_up) {
-			if((i_step > 0) && (i_count > i_up)) {
-				i_count = i_down;
-				ToOutBang(1);
-			} 
-			else if(i_count < i_down) {
-				i_count = i_up;
-				ToOutBang(1);
-			}
-		}
-		ToOutInt(0,f);
-	}
-
-	void m_bounds(int f1,int f2)
-	{
-		i_down = f1 < f2?f1:f2;
-		i_up   = f1 > f2?f1:f2;
-	}
-
-	void m_step(int s) { i_step = s; }
-
-	
-	// setter method of bounds variables
-	void ms_bounds(const AtomList &l)
-	{
-		if(l.Count() == 2 && CanbeInt(l[0]) && CanbeInt(l[1]))
-			// if it is a two element integer list use m_bounds method
-			m_bounds(GetAInt(l[0]),GetAInt(l[1]));
-		else
-			// else post a warning
-			post("%s - 'bounds' needs two integer parameters",thisName());
-	}
-
-	// getter method of bounds variables
-	void mg_bounds(AtomList &l) const
-	{
-		l(2); // initialize two element list
-		SetInt(l[0],i_down); // set first element
-		SetInt(l[1],i_up);	// set second element
-	}
-
-
-	int i_count,i_down,i_up,i_step;
-
-private:
-
-	static void setup(t_classid c)
-	{
-		// --- set up methods (class scope) ---
-
-		// register a bang method to the default inlet (0)
-		FLEXT_CADDBANG(c,0,m_bang);
-
-		// set up tagged methods for the default inlet (0)
-		FLEXT_CADDMETHOD_(c,0,"reset",m_reset);
-		FLEXT_CADDMETHOD_(c,0,"set",m_set);
-
-		// set up methods for inlets 1 and 2
-		// no message tag used
-		FLEXT_CADDMETHOD(c,1,m_bounds);  // variable arg type recognized automatically
-		FLEXT_CADDMETHOD(c,2,m_step);	// single int arg also recognized automatically
-
-		// --- set up attributes (class scope) ---
-
-		// these have equally named getters and setters 
-		// see the wrappers below
-		FLEXT_CADDATTR_VAR1(c,"count",i_count);  
-		FLEXT_CADDATTR_VAR1(c,"step",i_step);  
-
-		// bounds has differently named getter and setter functions
-		// see the wrappers below
-		FLEXT_CADDATTR_VAR(c,"bounds",mg_bounds,ms_bounds);  
-	}
-
-	// normal method callbacks for bang and reset
-	FLEXT_CALLBACK(m_bang)
-	FLEXT_CALLBACK(m_reset)
-
-	FLEXT_CALLBACK_V(m_set)  // normal method wrapper for m_set
-	FLEXT_ATTRVAR_I(i_count) // wrapper functions (get and set) for integer variable i_count
-
-	FLEXT_CALLBACK_II(m_bounds) // normal method wrapper for m_bounds
-	FLEXT_CALLVAR_V(mg_bounds,ms_bounds) // getter and setter method of bounds
-
-	FLEXT_CALLBACK_I(m_step)  // normal method wrapper for m_step
-	FLEXT_ATTRVAR_I(i_step) // wrapper functions (get and set) for integer variable i_step
-};
-
-
-// instantiate the class (constructor takes no arguments)
-FLEXT_NEW("attr3",attr3)
-
-
diff --git a/externals/grill/flext/tutorial/attr3/package.txt b/externals/grill/flext/tutorial/attr3/package.txt
deleted file mode 100644
index a87c4e1e..00000000
--- a/externals/grill/flext/tutorial/attr3/package.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-NAME=attr3
-SRCS=main.cpp
-- 
cgit v1.2.1